Skip to content

Commit ce8b66f

Browse files
authored
Merge branch 'main' into ab/empty-payload
2 parents 057cd5c + d517c4b commit ce8b66f

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.github/workflows/benchmark-build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
target/release/espresso-bridge
6666
6767
build-arm:
68-
runs-on: buildjet-16vcpu-ubuntu-2204-arm
68+
runs-on:
69+
group: BigArmRunners
6970
steps:
7071
- name: Checkout Repository
7172
uses: actions/checkout@v4

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
build:
27-
runs-on: buildjet-8vcpu-ubuntu-2204
27+
runs-on: ubuntu-latest
2828
steps:
2929
- uses: rui314/setup-mold@v1
3030

@@ -86,7 +86,8 @@ jobs:
8686
8787
build-arm:
8888
if: github.event_name != 'pull_request'
89-
runs-on: buildjet-8vcpu-ubuntu-2204-arm
89+
runs-on:
90+
group: BigArmRunners
9091
env:
9192
CARGO_BUILD_JOBS: '6'
9293
steps:

.github/workflows/cargo-features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
cargo-features:
22-
runs-on: buildjet-8vcpu-ubuntu-2204
22+
runs-on: ubuntu-latest
2323
steps:
2424
- uses: taiki-e/install-action@cargo-hack
2525

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
jobs:
2828
build-test-artifacts-postgres:
2929
name: Build test artifacts (postgres)
30-
runs-on: buildjet-8vcpu-ubuntu-2204
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: rui314/setup-mold@v1
3333

@@ -61,7 +61,7 @@ jobs:
6161

6262
build-test-artifacts-sqlite:
6363
name: Build test artifacts (sqlite)
64-
runs-on: buildjet-8vcpu-ubuntu-2204
64+
runs-on: ubuntu-latest
6565
steps:
6666
- uses: rui314/setup-mold@v1
6767

@@ -96,7 +96,7 @@ jobs:
9696

9797
build-test-bins:
9898
name: Build test binaries
99-
runs-on: buildjet-8vcpu-ubuntu-2204
99+
runs-on: ubuntu-latest
100100
steps:
101101
- uses: rui314/setup-mold@v1
102102

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,4 @@ risk.
203203
**DISCLAIMER:** The Rust library crates provided in this repository are intended primarily for use by the binary targets
204204
in this repository. We make no guarantees of public API stability. If you are building on these crates, reach out by
205205
opening an issue to discuss the APIs you need.
206+

0 commit comments

Comments
 (0)