Update Jenkinsfile

This commit is contained in:
Eyck Jentzsch 2023-12-02 10:07:50 +01:00 committed by GitHub
parent 3bcd89beb7
commit 09f2328c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ void build_hifive_vp() {
try {
sh("conan profile new default --detect --force")
sh("conan profile update settings.compiler.libcxx=libstdc++11 default")
sh("conan remote add minres https://artifactory.minres.com/artifactory/api/conan/oss --force")
sh("conan remote add minres https://git.minres.com/api/packages/Tooling/conan --force")
sh("cmake --version")
}
catch (exc) {