Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- { mode: cxx23, configuration: Release, compiler: "clang-libstdcxx:22" }
- { mode: cxx26, configuration: Debug, compiler: "gcc:16" }
- { mode: cxx26, configuration: Release, compiler: "gcc:16" }
container: libfn.azurecr.io/ci-build-${{ matrix.compiler }}-sha-08b1133
container: libfn.azurecr.io/ci-build-${{ matrix.compiler }}-sha-95f599d
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:
jobs:
generate_docs:
runs-on: ${{ github.repository == 'libfn/functional' && 'warp-ubuntu-latest-arm64-2x' || 'ubuntu-latest' }}
container: libfn.azurecr.io/ci-docs:sha-08b1133
container: libfn.azurecr.io/ci-docs:sha-95f599d
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-test-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image:
- ci-build-gcc-bazel:16
- ci-build-clang-bazel:22
container: libfn.azurecr.io/${{ matrix.image }}-sha-08b1133
container: libfn.azurecr.io/${{ matrix.image }}-sha-95f599d
defaults:
run:
working-directory: test_package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-test-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
test_conan_linux:
# arm64: the amd64 warp fleet pulls images at 1-2 MB/s; the arm64 fleet serves them in seconds
runs-on: ${{ github.repository == 'libfn/functional' && 'warp-ubuntu-latest-arm64-2x' || 'ubuntu-latest' }}
container: libfn.azurecr.io/ci-build-gcc:16-sha-08b1133
container: libfn.azurecr.io/ci-build-gcc:16-sha-95f599d

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
checks:
runs-on: ${{ github.repository == 'libfn/functional' && 'warp-ubuntu-latest-arm64-2x' || 'ubuntu-latest' }}
container: libfn.azurecr.io/ci-pre-commit:sha-08b1133
container: libfn.azurecr.io/ci-pre-commit:sha-95f599d

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-pr-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Runner and container must match sonarcloud.yml's: the compiler paths in the compile_commands.json
# analysed below were recorded there, and must resolve to the same toolchain here.
runs-on: ${{ github.repository == 'libfn/functional' && 'warp-ubuntu-latest-arm64-4x' || 'ubuntu-latest' }}
container: libfn.azurecr.io/ci-build-gcc:15-sha-08b1133
container: libfn.azurecr.io/ci-build-gcc:15-sha-95f599d
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Runner and container must match sonarcloud-pr-scan's: it analyses the compile_commands.json
# written here, and the compiler paths recorded in it must resolve to the same toolchain there.
runs-on: ${{ github.repository == 'libfn/functional' && 'warp-ubuntu-latest-arm64-4x' || 'ubuntu-latest' }}
container: libfn.azurecr.io/ci-build-gcc:15-sha-08b1133
container: libfn.azurecr.io/ci-build-gcc:15-sha-95f599d
env:
# Gates the inline scan below (a fork without a token no-ops); see also resolve-sonar-project.
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down