Skip to content

Commit

Permalink
[skip ci] hack: use own settings SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
  • Loading branch information
arnaldo2792 committed Sep 10, 2024
1 parent 3eda2aa commit 66cce20
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 40 deletions.
76 changes: 45 additions & 31 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,23 +192,23 @@ x509-parser = "0.16"
base64 = "0.22"

[workspace.dependencies.bottlerocket-modeled-types]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.4.0"

[workspace.dependencies.bottlerocket-settings-models]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.4.0"

[workspace.dependencies.bottlerocket-settings-plugin]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-plugin-v0.1.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.1.0"

[workspace.dependencies.settings-extension-oci-defaults]
git = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
tag = "bottlerocket-settings-models-v0.4.0"
git = "https://github.com/arnaldo2792/bottlerocket-settings-sdk.git"
branch = "nvidia-settings-api"
version = "0.1.0"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ allow-git = [
# The settings SDK is currently provided as a git dependency,
# We will allow it as an exception until the following is resolved:
# https://github.com/bottlerocket-os/bottlerocket-settings-sdk/issues/18
"https://github.com/bottlerocket-os/bottlerocket-settings-sdk",
"https://github.com/arnaldo2792/bottlerocket-settings-sdk",
]

0 comments on commit 66cce20

Please sign in to comment.