Skip to content

Commit

Permalink
remove --features pyroscope for testnet builds
Browse files Browse the repository at this point in the history
Until the panics are fixed in upstream, this is sane.
  • Loading branch information
drahnr committed Feb 22, 2022
1 parent 5e0a54f commit 57dbdc7
Showing 1 changed file 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 @@ -195,7 +195,7 @@ test-build-linux-stable:
script:
- ./scripts/gitlab/test_linux_stable.sh
# we're using the bin built here, instead of having a parallel `build-linux-release`
- time cargo build --profile testnet --features pyroscope --verbose --bin polkadot
- time cargo build --profile testnet --verbose --bin polkadot
- sccache -s
# pack artifacts
- mkdir -p ./artifacts
Expand Down

0 comments on commit 57dbdc7

Please sign in to comment.