Skip to content

Commit

Permalink
chore: update deny.toml and Earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Aug 26, 2024
1 parent b974885 commit 149c37d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ build:
--args3="--libs=cbork" \
--args4="--libs=hermes-ipfs" \
--docs="true"

# local-ci-run: This step simulates the full CI run for local purposes only.
local-ci-run:
BUILD +check
BUILD +build
7 changes: 3 additions & 4 deletions rust/deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[graph]

targets = [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
Expand Down Expand Up @@ -27,7 +26,7 @@ deny = [
{ crate = "openssl-sys", use-instead = "rustls" },
"libssh2-sys",
]

skip = []
skip-tree = [
{ crate = "[email protected]", reason = "a foundational crate for many that bumps far too frequently to ever have a shared version" },
]
Expand All @@ -36,9 +35,7 @@ skip-tree = [
unknown-registry = "deny"
unknown-git = "deny"

# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
Expand All @@ -62,6 +59,8 @@ allow = [
"MPL-2.0",
]

exceptions = []

[[licenses.clarify]]
crate = "byte-array-literals"
expression = "Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit 149c37d

Please sign in to comment.