Skip to content

Commit

Permalink
Add arm macos to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 13, 2024
1 parent 49f1826 commit f16be3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
<< : *CONTAINER_DEPENDS_TEMPLATE
<< : *MAIN_TEMPLATE

task:
name: 'ARM, no unit tests, no functional tests'
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
CI_IMAGE_NAME_TAG: "docker.io/arm64v8/debian:bookworm"
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV

task:
name: 'Win64, no unit tests, no gui tests, no functional tests'
<< : *GLOBAL_TASK_TEMPLATE
Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/groestlcoin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build

on:
push:
Expand Down Expand Up @@ -26,7 +26,8 @@ jobs:
- linux-32-bit
- linux-64-bit
- windows-64-bit
- macos-64-bit
- macos-intel-64-bit
- macos-arm-64-bit
- linux-arm-32-bit
- linux-arm-64-bit
- linux-power-64-bit
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
dep-opts: ""
config-opts: "LDFLAGS=-static-libgcc"
goal: install
- name: macos-64-bit
- name: macos-intel-64-bit
host: x86_64-apple-darwin
os: ubuntu-24.04
packages: curl bsdmainutils cmake libz-dev python3-setuptools libtinfo6 xorriso clang lld llvm
Expand All @@ -76,6 +77,16 @@ jobs:
config-opts: ""
goal: deploy
sdk: 15.0-15A240d
- name: macos-arm-64-bit
host: arm64-apple-darwin
os: ubuntu-24.04
packages: clang lld llvm g++ zip curl bsdmainutils cmake libz-dev python3-setuptools libtinfo6 xorriso
check-security: false
check-symbols: false
dep-opts: ""
config-opts: ""
goal: deploy
sdk: 15.0-15A240d
- name: linux-arm-32-bit
host: arm-linux-gnueabihf
os: ubuntu-24.04
Expand Down

0 comments on commit f16be3a

Please sign in to comment.