Skip to content

Commit

Permalink
Try GHA again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 26, 2024
1 parent 9d6e41f commit 0821463
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/create_toolchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- runner: macosX64
host_labels: '["macos-12"]'
- runner: macosARM64
host_labels: '["self-hosted", "macOS", "ARM64"]'
host_labels: '["macos-14"]' #'["self-hosted", "macOS", "ARM64"]'

steps:
- name: "Clone crosstool-ng repo"
Expand All @@ -29,6 +29,10 @@ jobs:
repository: crosstool-ng/crosstool-ng
ref: master

- name: "Host info"
run: |
uname -a
- name: "Prerequisites (Linux)"
if: ${{ runner.os == 'Linux' }}
run: |
Expand All @@ -37,7 +41,7 @@ jobs:
- name: "Prerequisites (macOS)"
if: ${{ runner.os == 'macOS' }}
run: |
brew install autoconf automake bash binutils coreutils gawk gnu-sed help2man make meson ncurses pkg-config python3
brew install autoconf automake bash binutils coreutils gawk gnu-sed help2man libtool make meson ncurses pkg-config python3 texinfo
- name: "Build crosstool-ng"
run: |
Expand Down Expand Up @@ -130,7 +134,7 @@ jobs:
- build_host: macosX64
runner_labels_json: '["macos-12"]'
- build_host: macosARM64
runner_labels_json: '["self-hosted", "macOS", "ARM64"]'
runner_labels_json: '["macos-14"]' #'["self-hosted", "macOS", "ARM64"]'
- target_host: baremetalARM
build_script: arm-native.sh
- target_host: baremetalAVR
Expand Down

0 comments on commit 0821463

Please sign in to comment.