Skip to content

Commit 388af09

Browse files
powerboat9dkm
authored andcommitted
ci: Bump commit to merge in arm64 ci
ChangeLog: * .github/workflows/ccpp.yml: Change the commit to merge in from https://github.com/iains/gcc-darwin-arm64 and improve related comment. Signed-off-by: Owen Avery <[email protected]>
1 parent 8e796f2 commit 388af09

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,16 @@ jobs:
383383
fetch-depth: 0
384384

385385
- name: Handle ARM64
386-
# TODO: update commit as required
386+
# TODO: update commit hash as required
387+
# it should be equivalent to the master-wip-apple-si branch
388+
# but, to keep things from breaking unexpectedly, the hash
389+
# is hardcoded.
387390
run: |
388391
git remote add arm-ian 'https://github.com/iains/gcc-darwin-arm64.git';
389392
git fetch arm-ian;
390393
GIT_AUTHOR_NAME=CI \
391394
GIT_AUTHOR_EMAIL='ci@invalid' \
392-
git merge --no-edit a81533316b9b64245d85b352a93e17f302482acd;
395+
git merge --no-edit e110b7b04a6df1275330455aa886a6e283d06e48;
393396
394397
- name: Install Deps
395398
run: |

0 commit comments

Comments
 (0)