Changeset 843bce5 for Jenkinsfile
- Timestamp:
- Oct 14, 2025, 4:10:09 PM (4 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 75f888e7
- Parents:
- 3d02803 (diff), f0011bf (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
r3d02803 r843bce5 329 329 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64') 330 330 break 331 //case 'x86':332 //this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')333 //break334 //case 'arm64':335 //this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')336 //break331 case 'x86': 332 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 333 break 334 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.