Skip to content

Commit 71151c9

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/fairies
2 parents d090073 + b4b3fcc commit 71151c9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pull-noir.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ jobs:
6868
cd ../..
6969
# Update Cargo.lock if needed, but don't fail if transpiler no longer builds
7070
cargo check --manifest-path avm-transpiler/Cargo.toml || true
71-
git add noir/noir-repo avm-transpiler/Cargo.lock
71+
# Update yarn.lock to pick up any changes to noir's JS packages (versions
72+
# or the file: hash of noir_js). --mode=update-lockfile skips linking and
73+
# build scripts. Don't fail the workflow if yarn errors out -- a partial
74+
# update is still useful for the resulting PR.
75+
corepack enable
76+
(cd yarn-project && yarn install --mode=update-lockfile) || true
77+
git add noir/noir-repo avm-transpiler/Cargo.lock yarn-project/yarn.lock
7278
7379
- name: Check for existing PR
7480
if: steps.noir_versions.outputs.update_needed == 'true'

0 commit comments

Comments
 (0)