actions are tricky
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m47s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-04-22 20:52:19 +02:00
parent ddec62b3a3
commit 17b8e4a7fc
1 changed files with 2 additions and 4 deletions

View File

@ -16,14 +16,12 @@ jobs:
- name: Checkout TGC-COMPLIANCE
run: |
exit 0
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
chmod 600 ssh_key
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
- name: Build tgc-sim executable
run: |
exit 0
conan profile new --detect --force default
cmake -S TGC-ISS -B TGC-ISS/build -DCMAKE_BUILD_TYPE=Debug -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF
cmake --build TGC-ISS/build -j24
@ -58,6 +56,6 @@ jobs:
mkdir asmjit
python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend asmjit
- name: Indicate Failure 4
- name: Indicate Failure
if: steps.*.outcome != 'success'
run: echo "Failure detected"
run: echo "Failure detected"; exit 1