This commit is contained in:
Konstantinos Margaritis
2021-12-06 20:33:37 +02:00
committed by Konstantinos Margaritis
parent 8cba42504d
commit b9976fa4da

3
Jenkinsfile vendored
View File

@@ -318,7 +318,8 @@ pipeline {
}
}
}
stage("Clang-Release/AVX2") {
}
stage("Clang-Release/AVX2") {
agent { label "x86" }
stages {
stage("Git checkout") {