Skip to content

Commit

Permalink
Move CI script to new location (use-ink#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity authored Feb 10, 2022
1 parent 1d1dc59 commit 38b3ac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ workflow:
- rustc -vV
- rustup show
- bash --version
- ./scripts/pre_cache.sh
- ./scripts/ci/pre_cache.sh
# global RUSTFLAGS overrides the linker args so this way is better to pass the flags
- printf '[build]\nrustflags = ["-C", "link-dead-code"]\n' > ${CARGO_HOME}/config
- sccache -s
Expand Down
File renamed without changes.

0 comments on commit 38b3ac7

Please sign in to comment.