From 3bcd89beb7d532f80ba5aed00753115de8dca4c2 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sat, 6 May 2023 11:07:39 +0200 Subject: [PATCH 1/3] Fixes build script option --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e84cd2f..7c2964e 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -mkdir -f build/Release +mkdir -p build/Release cd build/Release cmake ../.. -DCMAKE_BUILD_TYPE=RelWithDebInfo && \ cmake --build . && \ From 09f2328c03b0ce9fd62e21b072589a590086af80 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 2 Dec 2023 10:07:50 +0100 Subject: [PATCH 2/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 61dda3f..941a12c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) { From 7db37207398dbcfd787dc140b419e3a1479b00d3 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 2 Dec 2023 10:12:28 +0100 Subject: [PATCH 3/3] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 941a12c..ba84ccf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ void checkout_hifive_vp() { submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'gitea-jenkins', - url: 'https://git.minres.com/VP/HIFIVE1-VP.git' + url: 'https://github.com/Minres/HIFIVE1-VP.git' ]] ]) } @@ -46,7 +46,7 @@ void build_hifive_without_scv() { 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 minreshttps://git.minres.com/api/packages/Tooling/conan --force") sh("cmake --version") } catch (exc) {