Skip to content

Commit f74ef3d

Browse files
committed
Merge branch 'develop' into dev-tools/better-error-message
2 parents 0ca1822 + f9ce1b8 commit f74ef3d

File tree

231 files changed

+2648
-874
lines changed

Some content is hidden

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

231 files changed

+2648
-874
lines changed

.github/labeler.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ tooling:
3838
prettier.config.js
3939
turbo.json
4040
vercel.json
41+
ci:
42+
- changed-files:
43+
- any-glob-to-any-file: .github/**/*

.github/workflows/_turborepo.yml

-75
This file was deleted.

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: ./.github/workflows/_execution_cut.yml
9797

9898
split-cluster:
99-
uses: ./.github/workflows/split_cluster.yml
99+
uses: ./.github/workflows/_split_cluster.yml
100100

101101
simtest:
102102
timeout-minutes: 240

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
shell: bash
150150
# Currently building in release mode, but we could also have debug builds for testing
151151
run: |
152-
[ -f ~/.cargo/env ] && source ~/.cargo/env ; cargo build --release
152+
[ -f ~/.cargo/env ] && source ~/.cargo/env ; cargo build --release --features indexer
153153
154154
- name: Rename binaries for ${{ matrix.os }}
155155
shell: bash

0 commit comments

Comments
 (0)