Skip to content

Commit 4a6a07d

Browse files
authored
Merge branch 'master' into fix/cast-abi-strict-args
2 parents b952b16 + 0e7eca2 commit 4a6a07d

File tree

102 files changed

+4472
-1216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+4472
-1216
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
set -eo pipefail
161161
flags=(--target $TARGET --profile $PROFILE --bins
162-
--no-default-features --features aws-kms,gcp-kms,cli,asm-keccak)
162+
--no-default-features --features aws-kms,gcp-kms,cli,asm-keccak,js-tracer)
163163
164164
# `jemalloc` is not fully supported on MSVC or aarch64 Linux.
165165
if [[ "$TARGET" != *msvc* && "$TARGET" != "aarch64-unknown-linux-gnu" ]]; then

0 commit comments

Comments
 (0)