mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-17 09:35:51 +00:00
Compare commits
2 Commits
ximinez/on
...
a1q123456/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c378ede9c7 | ||
|
|
59e09b1ac3 |
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- Ninja
|
- Ninja
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
runs-on: [self-hosted, macOS]
|
runs-on: [self-hosted, macOS, devbox]
|
||||||
env:
|
env:
|
||||||
# The `build` action requires these variables.
|
# The `build` action requires these variables.
|
||||||
build_dir: .build
|
build_dir: .build
|
||||||
|
|||||||
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
compiler_version: 16
|
compiler_version: 16
|
||||||
distro: debian
|
distro: debian
|
||||||
codename: bookworm
|
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 }}
|
container: ghcr.io/xrplf/ci/${{ matrix.distro }}-${{ matrix.codename }}:${{ matrix.compiler }}-${{ matrix.compiler_version }}
|
||||||
env:
|
env:
|
||||||
build_dir: .build
|
build_dir: .build
|
||||||
|
|||||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- generator: Visual Studio 17 2022
|
- generator: Visual Studio 17 2022
|
||||||
runs-on: windows-2022
|
runs-on: [self-hosted, Windows, devbox]
|
||||||
configuration:
|
configuration:
|
||||||
- type: Release
|
- type: Release
|
||||||
tests: true
|
tests: true
|
||||||
|
|||||||
Reference in New Issue
Block a user