v2.0.1-rc (#13)

Reviewed-on: #13
This commit is contained in:
2023-12-10 18:11:20 +00:00
parent dc410bfe5b
commit 40f6054dcc
404 changed files with 410072 additions and 146106 deletions

View File

@@ -36,7 +36,7 @@ pipeline {
steps {
retry(2) {
sleep time: 5, unit: 'SECONDS'
cmake arguments: '--build . -j 4', installation: 'InSearchPath', workingDir: 'build'
cmake arguments: '--build . -j 3', installation: 'InSearchPath', workingDir: 'build'
}
}
}
@@ -47,7 +47,7 @@ pipeline {
}
steps {
sh 'scripts/make_package.sh darwin /Users/sgraves/cert build . /Users/sgraves/mnt/filebase'
sh 'scripts/make_package.sh darwin /Users/sgraves/cert build . /Users/sgraves/mnt/storj'
}
}
}