We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e796f2 commit 388af09Copy full SHA for 388af09
.github/workflows/ccpp.yml
@@ -383,13 +383,16 @@ jobs:
383
fetch-depth: 0
384
385
- name: Handle ARM64
386
- # TODO: update commit as required
+ # 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.
390
run: |
391
git remote add arm-ian 'https://github.com/iains/gcc-darwin-arm64.git';
392
git fetch arm-ian;
393
GIT_AUTHOR_NAME=CI \
394
GIT_AUTHOR_EMAIL='ci@invalid' \
- git merge --no-edit a81533316b9b64245d85b352a93e17f302482acd;
395
+ git merge --no-edit e110b7b04a6df1275330455aa886a6e283d06e48;
396
397
- name: Install Deps
398
0 commit comments