removes TGC5B from testing
This commit is contained in:
parent
2a0899a671
commit
6ee4840d8d
|
@ -36,7 +36,7 @@ pipeline {
|
|||
stage("Generate cores and build TGC-ISS"){
|
||||
steps {
|
||||
sh '''
|
||||
for core in TGC5B TGC5D TGC5E; do #TGC5A
|
||||
for core in TGC5C TGC5D TGC5E; do #TGC5A TGC5B
|
||||
for backend in interp llvm tcc asmjit; do
|
||||
TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-GEN/CoreDSL/${core}.core_desc
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue