Skip to content

Commit

Permalink
Add linux aarch to tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross committed Dec 11, 2024
1 parent 67e57db commit c388003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions etc/scipipe/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ tarball:
osfamily: osx
timelimit: 8
allow_fail: true
- <<: *tarball_defaults
<<: *linux-9-arm
platform: el9
osfamily: redhat
#
# X-release pattern pipelines
#
Expand Down
4 changes: 2 additions & 2 deletions pipelines/lib/util.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ def void buildTarballMatrix(Map p) {
booleanParam(name: 'WIPEOUT', value: false),
string(name: 'TIMEOUT', value: item.timelimit.toString()), // hours
string(name: 'IMAGE', value: nullToEmpty(item.image)),
string(name: 'LABEL', value: item.label),
string(name: 'LABEL', value: item.label.toString()),
string(name: 'COMPILER', value: item.compiler),
string(name: 'PYTHON_VERSION', value: item.python),
string(name: 'MINIVER', value: item.miniver),
Expand Down Expand Up @@ -1390,7 +1390,7 @@ def String runRebuild(Map p) {
nodeTiny {

println("This is the output")

step([$class: 'CopyArtifact',
projectName: useP.job,
filter: "**/lsstsw/build/manifest.txt",
Expand Down

0 comments on commit c388003

Please sign in to comment.