add removal of bincrafter

This commit is contained in:
Eyck Jentzsch 2021-09-18 12:52:51 +02:00
parent e88f763603
commit 790abf75c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ void build_hifive_vp() {
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 bincrafters https://api.bintray.com/conan/bincrafters/public-conan --force")
sh("conan remote remove bincrafters")
}
catch (exc) {
echo 'Conan configured'