Skip to content

Commit b57f7c1

Browse files
authored
feat(anvil): added js tracer (#11052)
* added js tracer * clippy * removed patch * import * refactor * feature gate * fixes * fixes * feature
1 parent 5a552bb commit b57f7c1

File tree

7 files changed

+566
-7
lines changed

7 files changed

+566
-7
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)