Skip to content

Commit

Permalink
Update deny.toml, ADD orchestration in runtime Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Feb 4, 2024
1 parent 8806f2c commit 168cf84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ exceptions = [
{ allow = ["AGPL-3.0"], name = "serai-runtime" },
{ allow = ["AGPL-3.0"], name = "serai-node" },

{ allow = ["AGPL-3.0"], name = "serai-orchestrator" },

{ allow = ["AGPL-3.0"], name = "mini-serai" },

{ allow = ["AGPL-3.0"], name = "serai-docker-tests" },
Expand Down
3 changes: 2 additions & 1 deletion orchestration/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ RUN apt install clang -y
RUN rustup target add wasm32-unknown-unknown

# Add files for build
ADD patches /serai/patches
ADD common /serai/common
ADD crypto /serai/crypto
ADD coins /serai/coins
ADD message-queue /serai/message-queue
ADD processor /serai/processor
ADD coordinator /serai/coordinator
ADD substrate /serai/substrate
ADD orchestration /serai/orchestration
ADD mini /serai/mini
ADD tests /serai/tests
ADD patches /serai/patches
ADD Cargo.toml /serai
ADD Cargo.lock /serai
ADD AGPL-3.0 /serai
Expand Down

0 comments on commit 168cf84

Please sign in to comment.