changes checkout to git clone
Interp architectural test suite / Build and test interp backend (push) Failing after 6m5s
Details
Interp architectural test suite / Build and test interp backend (push) Failing after 6m5s
Details
This commit is contained in:
parent
37a47b0f83
commit
11d7a731ce
|
@ -1,22 +1,22 @@
|
||||||
name: Interp architectural test suite
|
name: Interp architectural test suite
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
test and publish job:
|
Build and test interp backend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: git.minres.com/tooling/riscof_sail:latest
|
image: git.minres.com/tooling/riscof_sail:latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
run: git clone --recursive https://actrunner@git.minres.com/TGFS/TGC-ISS.git
|
||||||
|
|
||||||
- name: Build tgc-sim executable
|
- name: Build tgc-sim executable
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
|
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
|
||||||
cmake --build build -j24
|
cmake --build TGC-ISS/build -j24
|
||||||
|
|
||||||
- name: Checkout TGC-COMPLIANCE
|
- name: Checkout TGC-COMPLIANCE
|
||||||
run: git clone --recursive https://actrunner@git.minres.com/TGFS/TGC-COMPLIANCE.git
|
run: git clone --recursive https://actrunner@git.minres.com/TGFS/TGC-COMPLIANCE.git
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: python TGC-COMPLIANCE/run_act.py -core TGC5C -sim build/dbt-rise-tgc/tgc-sim --dockerless --backend interp
|
run: python TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim --dockerless --backend interp
|
Loading…
Reference in New Issue