Merge pull request #437 from cyanogilvie/fix-aarch64-bb-thunk-clobber #291
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ppc64le-test | |
| on: [push, workflow_dispatch] | |
| jobs: | |
| ppc64le: | |
| # The host should always be Linux | |
| runs-on: [self-hosted, linux, X64, gcc187] | |
| name: Build on gcc112 through gcc187 x86_64 | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: make test | |
| run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh master `git log |head -1|awk '{print $2}'` |