Changeset 843bce5 for Jenkinsfile


Ignore:
Timestamp:
Oct 14, 2025, 4:10:09 PM (4 months ago)
Author:
Michael Brooks <mlbrooks@…>
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.
Message:

Merge remote-tracking branch 'refs/remotes/origin/master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r3d02803 r843bce5  
    329329                                this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64')
    330330                        break
    331                         //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
     331                        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
    337337                        default :
    338338                                error "Unhandled architecture : ${arch}"
Note: See TracChangeset for help on using the changeset viewer.