Skip to content

Commit 7d78cc8

Browse files
authored
Merge branch 'master' into relyt-live-tracing
2 parents bd48209 + 517a697 commit 7d78cc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
run: ./scripts/build-brotli.sh -w -d
127127

128128
- name: Build
129-
run: make build test-go-deps -j
129+
run: make build test-go-deps -j8
130130

131131
- name: Build all lint dependencies
132-
run: make -j build-node-deps
132+
run: make -j8 build-node-deps
133133

134134
- name: Lint
135135
uses: golangci/golangci-lint-action@v8

.github/workflows/submodule-pin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
[bold]=origin/main
3737
[arbitrator/langs/c]=origin/vm-storage-cache
3838
[arbitrator/tools/wasmer]=origin/stylus
39-
[contracts-local/lib/openzeppelin-contracts]=origin/v4.7.3
39+
[contracts-local/lib/openzeppelin-contracts]=origin/release-v4.7
4040
)
4141
divergent=0
4242
for mod in `git submodule --quiet foreach 'echo $name'`; do

0 commit comments

Comments
 (0)