updates submodule, Jenkins displays available isa after building

This commit is contained in:
Eyck-Alexander Jentzsch 2024-08-21 12:09:41 +02:00
parent 3fb45df48c
commit e6b34cfad9
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -50,6 +50,7 @@ pipeline {
sh 'conan profile new default --detect --force' sh 'conan profile new default --detect --force'
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON' sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
sh 'cmake --build build -j' sh 'cmake --build build -j'
sh 'build/dbt-rise-tgc/tgc-sim --isa ?'
} }
} }
} }

@ -1 +1 @@
Subproject commit e3873bea7a2fcb19abda31fcac469bd8125288bd Subproject commit 3fda1c77b0e624ee3349f0379aca93e1ae3d3ecf