Skip to content

Commit

Permalink
Update cross-aarch64 builder to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 27, 2024
1 parent d84a766 commit ccf3a80
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ci-dockerfiles/cross-aarch64/Dockerfile
@@ -1,4 +1,4 @@
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu20.04-builder:20230830
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425

ARG CROSS_TRIPLE=aarch64-unknown-linux-gnu
ARG CROSS_CC=aarch64-linux-gnu-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -283,7 +283,7 @@ jobs:
fail-fast: false
matrix:
include:
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427
name: aarch64 Linux glibc

name: ${{ matrix.name }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/stress-test-runtime.yml
Expand Up @@ -95,17 +95,17 @@ jobs:
include:
# these don't currently use a debugger as cross compilation hasn't
# been set up to do 'run in debugger'
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
name: aarch64-unknown-linux-ubuntu20.04 [release]
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427
name: aarch64-unknown-linux-ubuntu24.04 [release]
target: test-cross-stress-release
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
name: aarch64-unknown-linux-ubuntu20.04 [debug]
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427
name: aarch64-unknown-linux-ubuntu24.04 [debug]
target: test-cross-stress-debug
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
name: aarch64-unknown-linux-ubuntu20.04 [cd] [release]
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427
name: aarch64-unknown-linux-ubuntu24.04 [cd] [release]
target: test-cross-stress-with-cd-release
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
name: aarch64-unknown-linux-ubuntu20.04 [cd] [debug]
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427
name: aarch64-unknown-linux-ubuntu24.04 [cd] [debug]
target: test-cross-stress-with-cd-debug

name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lib-cache.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-armhf:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427

name: ${{ matrix.image }}
container:
Expand Down

0 comments on commit ccf3a80

Please sign in to comment.