Skip to content

Commit

Permalink
re-enable buildjet runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pls148 committed Mar 6, 2025
1 parent d517c4b commit bd6c672
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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

0 comments on commit bd6c672

Please sign in to comment.