Changeset d370c35 for Jenkinsfile


Ignore:
Timestamp:
Apr 29, 2026, 9:21:37 PM (6 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f69dafc
Parents:
5faa3a5
Message:

1st attmept to build x86 on brokk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r5faa3a5 rd370c35  
    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
     331                        case 'x86':
     332                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
     333                        break
    334334                        case 'arm64':
    335335                                this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
Note: See TracChangeset for help on using the changeset viewer.