Changeset df72682 for Jenkinsfile
- Timestamp:
- Jan 28, 2026, 1:32:44 PM (9 days ago)
- Branches:
- master
- Children:
- 8eb85de
- Parents:
- 79a8c2a (diff), ed9bbe8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r79a8c2a rdf72682 332 332 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 333 333 break 334 case 'arm64':335 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')336 break334 // case 'arm64': 335 // this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64') 336 // break 337 337 default : 338 338 error "Unhandled architecture : ${arch}"
Note:
See TracChangeset
for help on using the changeset viewer.