Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
0bb25f01
Unverified
Commit
0bb25f01
authored
Jan 28, 2026
by
Graham King
Committed by
GitHub
Jan 28, 2026
Browse files
chore: Add "LGPL-3.0-only" to allowed licenses (#5698)
Signed-off-by:
Graham King
<
grahamk@nvidia.com
>
parent
453cb26c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+2
-2
deny.toml
deny.toml
+1
-0
No files found.
.github/workflows/pre-merge-rust.yml
View file @
0bb25f01
...
...
@@ -74,8 +74,8 @@ jobs:
-
name
:
Install and Run cargo-deny
working-directory
:
${{ matrix.dir }}
run
:
|
cargo-deny --version || cargo install cargo-deny@0.1
6.4
cargo-deny --no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
cargo-deny --version || cargo install cargo-deny@0.1
9.0
cargo-deny
-L error
--no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
# Have an explicit step to build tests first to separate time spent on build vs execution.
-
name
:
Compile Tests
working-directory
:
${{ matrix.dir }}
...
...
deny.toml
View file @
0bb25f01
...
...
@@ -35,6 +35,7 @@ allow = [
"Zlib"
,
"NCSA"
,
"LGPL-3.0"
,
"LGPL-3.0-only"
,
"CC0-1.0"
,
"Unicode-DFS-2016"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment