This commit is contained in:
Konstantinos Margaritis 2021-12-06 20:33:37 +02:00
parent 58bfe5423e
commit 1b6f37d626

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") {