Skip to content

Commit

Permalink
Remove redundant steps in the build, and respect the lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Mar 2, 2022
1 parent d48b9ef commit 7d84fae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/static-libraries/build-static-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ cd /build
#############################################################################################################################
## Build the project

cargo update --manifest-path /build/concordium-base/rust-src/Cargo.toml
cargo check --manifest-path /build/concordium-base/rust-src/Cargo.toml

stack build --profile --flag "concordium-consensus:-dynamic" --stack-yaml /build/concordium-consensus/stack.static.yaml

for lib in $(find /build/concordium-consensus/.stack-work -type f -name "*.a" ! -name "*_p.a"); do
Expand Down

0 comments on commit 7d84fae

Please sign in to comment.