updated README.md and bulid scripts

This commit is contained in:
2025-12-13 08:57:28 -06:00
parent ed320e3a64
commit d389d169b7
5 changed files with 38 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ pipeline {
}
}
stage('grab_packages') {
steps { script { retryWithBackoff(2, 5) { sh 'grab_packages.sh' } } }
}
stage('macos_aarch64_shared') {
steps {
script { retryWithBackoff(2, 5) { sh 'scripts/test_unix.sh shared' } }