Fix build error

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Use new ec2 macos runner

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Fix build error

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Revert unnecessary changes

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Update runners

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Revert unnecessary changes

Signed-off-by: JCW <a1q123456@users.noreply.github.com>

Switch to self hosted runner

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-07-22 10:36:05 +01:00
parent 5713f9782a
commit 7ed62f0ea3
4 changed files with 9 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
check:
if: ${{ github.event_name == 'push' || github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'DraftRunCI') }}
runs-on: ubuntu-24.04
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/tools-rippled-clang-format
steps:
# For jobs running in containers, $GITHUB_WORKSPACE and ${{ github.workspace }} might not be the

View File

@@ -40,7 +40,7 @@ jobs:
- Ninja
configuration:
- Release
runs-on: [self-hosted, macOS, mac-runner-m1]
runs-on: [self-hosted, macOS, devbox]
env:
# The `build` action requires these variables.
build_dir: .build

View File

@@ -74,7 +74,7 @@ jobs:
compiler_version: 16
distro: debian
codename: bookworm
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/${{ matrix.distro }}-${{ matrix.codename }}:${{ matrix.compiler }}-${{ matrix.compiler_version }}
env:
build_dir: .build
@@ -134,7 +134,7 @@ jobs:
-
- "-Dunity=ON"
needs: dependencies
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/${{ matrix.distro }}-${{ matrix.codename }}:${{ matrix.compiler }}-${{ matrix.compiler_version }}
env:
build_dir: .build
@@ -195,7 +195,7 @@ jobs:
- "-DUNIT_TEST_REFERENCE_FEE=200"
- "-DUNIT_TEST_REFERENCE_FEE=1000"
needs: dependencies
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/ubuntu-jammy:gcc-12
env:
build_dir: .build
@@ -243,7 +243,7 @@ jobs:
configuration:
- Debug
needs: dependencies
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/ubuntu-jammy:gcc-12
env:
build_dir: .build
@@ -310,7 +310,7 @@ jobs:
conan:
needs: dependencies
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container:
image: ghcr.io/xrplf/ci/ubuntu-jammy:gcc-12
env:
@@ -365,9 +365,8 @@ jobs:
if: ${{ github.event_name == 'push' || github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'DraftRunCI') }}
env:
CLANG_RELEASE: 16
runs-on: [self-hosted, heavy]
runs-on: [self-hosted, Linux, X64, devbox]
container: ghcr.io/xrplf/ci/debian-bookworm:clang-16
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

View File

@@ -40,7 +40,7 @@ jobs:
matrix:
version:
- generator: Visual Studio 17 2022
runs-on: windows-2022
runs-on: [self-hosted, Windows, devbox]
configuration:
- type: Release
tests: true