From 623622e5fbb73bbe9b8ec0e0d9390957058c98d0 Mon Sep 17 00:00:00 2001 From: Jacob Chia Date: Mon, 17 Jun 2024 11:38:34 +0800 Subject: [PATCH] cargo build with --locked flag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48fa63e3..b0f9dee5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - name: Build binaries env: SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }} - run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features + run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features --locked - name: Archive binaries id: artifacts