Skip to content

Commit 9e58411

Browse files
committed
Add sentry support
1 parent 2eb37b3 commit 9e58411

25 files changed

Lines changed: 708 additions & 119 deletions

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo install wasm-pack@0.13.1 --locked
2727

2828
- name: Install worker-build
29-
run: cargo install worker-build@0.7.5 --locked
29+
run: cargo install worker-build@0.8.5 --locked
3030

3131
- name: Build ct_worker (dev environment)
3232
working-directory: crates/ct_worker
@@ -74,7 +74,7 @@ jobs:
7474
run: cargo install wasm-pack@0.13.1 --locked
7575

7676
- name: Install worker-build
77-
run: cargo install worker-build@0.7.5 --locked
77+
run: cargo install worker-build@0.8.5 --locked
7878

7979
- name: Build bootstrap_mtc_worker (dev environment, with dev-bootstrap-roots)
8080
working-directory: crates/bootstrap_mtc_worker
@@ -123,7 +123,7 @@ jobs:
123123
# uses worker-build for its wasm build, unlike the CT and MTC jobs
124124
# which also compile *_wasm sibling crates that need wasm-pack.
125125
- name: Install worker-build
126-
run: cargo install worker-build@0.7.5 --locked
126+
run: cargo install worker-build@0.8.5 --locked
127127

128128
- name: Build witness_worker (dev environment)
129129
working-directory: crates/witness_worker

0 commit comments

Comments
 (0)