Skip to content

Commit

Permalink
re-enable buildjet runners (#2721)
Browse files Browse the repository at this point in the history
* re-enable buildjet runners

* CI: debug, trigger build again

---------

Co-authored-by: sveitser <sveitser@gmail.com>
  • Loading branch information
pls148 and sveitser authored Mar 6, 2025
1 parent d517c4b commit 5d6c966
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
target/release/espresso-bridge
build-arm:
runs-on:
group: BigArmRunners
runs-on: buildjet-16vcpu-ubuntu-2204-arm
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -86,8 +86,7 @@ jobs:
build-arm:
if: github.event_name != 'pull_request'
runs-on:
group: BigArmRunners
runs-on: buildjet-8vcpu-ubuntu-2204-arm
env:
CARGO_BUILD_JOBS: '6'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
cargo-features:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: taiki-e/install-action@cargo-hack

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build-test-artifacts-postgres:
name: Build test artifacts (postgres)
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

build-test-artifacts-sqlite:
name: Build test artifacts (sqlite)
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

build-test-bins:
name: Build test binaries
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: rui314/setup-mold@v1

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,3 @@ risk.
**DISCLAIMER:** The Rust library crates provided in this repository are intended primarily for use by the binary targets
in this repository. We make no guarantees of public API stability. If you are building on these crates, reach out by
opening an issue to discuss the APIs you need.

0 comments on commit 5d6c966

Please sign in to comment.