Add correct variables to ARM64 workflow and clean .racket
This commit is contained in:
parent
11be8813a2
commit
45b0aa21d1
8
.github/workflows/ci-push-arm_linux.yml
vendored
8
.github/workflows/ci-push-arm_linux.yml
vendored
|
@ -155,6 +155,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
arch: [ARM64]
|
||||||
cc: [gcc, clang]
|
cc: [gcc, clang]
|
||||||
|
|
||||||
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
||||||
|
@ -226,6 +227,8 @@ jobs:
|
||||||
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clean racket pkg folder
|
||||||
|
run: rm -rf $HOME/.racket
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -293,12 +296,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
arch: [ARM64]
|
||||||
cify: [cify, nocify]
|
cify: [cify, nocify]
|
||||||
ep: [ep, noep]
|
ep: [ep, noep]
|
||||||
|
|
||||||
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clean racket pkg folder
|
||||||
|
run: rm -rf $HOME/.racket
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -368,6 +374,8 @@ jobs:
|
||||||
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
runs-on: [self-hosted, Linux, '${{ matrix.arch }}']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clean racket pkg folder
|
||||||
|
run: rm -rf $HOME/.racket
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user