We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo
1 parent 9dbc433 commit 6753cf8Copy full SHA for 6753cf8
1 file changed
ci/build_for_deployment.sh
@@ -11,11 +11,13 @@ else
11
fi
12
set -e
13
14
+cd preload
15
if [ "$IS_NIGHTLY" = "1" ]; then
- cargo build --release --target=x86_64-unknown-linux-gnu -p memory-profiler --features nightly
16
+ cargo build --release --target=x86_64-unknown-linux-gnu --features nightly
17
else
- cargo build --release --target=x86_64-unknown-linux-gnu -p memory-profiler
18
+ cargo build --release --target=x86_64-unknown-linux-gnu
19
20
+cd ..
21
22
cargo build --release --target=x86_64-unknown-linux-gnu -p memory-profiler-cli
23
cargo build --release --target=x86_64-unknown-linux-gnu -p memory-profiler-gather
0 commit comments