Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed Nov 20, 2024
1 parent 56007bf commit 87b84a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ pipeline {
agent { label 's61113u16 (litecore)' }
environment {
BRANCH = "${BRANCH_NAME}"
CC = "gcc-10"
CXX = "g++-10"
}
steps {
sh 'clang --version'
sh 'jenkins/jenkins_unix.sh'
}
}
Expand Down

0 comments on commit 87b84a5

Please sign in to comment.