changes checkout to git clone
Interp architectural test suite / Build and test interp backend (push) Failing after 6m5s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-03-24 11:16:02 +01:00
parent 37a47b0f83
commit 11d7a731ce
1 changed files with 5 additions and 5 deletions

View File

@ -1,22 +1,22 @@
name: Interp architectural test suite
on: push
jobs:
test and publish job:
Build and test interp backend:
runs-on: ubuntu-latest
container:
image: git.minres.com/tooling/riscof_sail:latest
steps:
- 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
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
cmake --build build -j24
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
cmake --build TGC-ISS/build -j24
- name: Checkout TGC-COMPLIANCE
run: git clone --recursive https://actrunner@git.minres.com/TGFS/TGC-COMPLIANCE.git
- 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