Changeset 99a7163 for Jenkinsfile


Ignore:
Timestamp:
May 3, 2025, 8:06:08 AM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c9c1a7e6
Parents:
f36c916
Message:

temporarily turn off ARM in full build because of problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rf36c916 r99a7163  
    331331                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
    332332                        break
    333                         case 'arm64':
    334                                 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
    335                         break
     333                        // case 'arm64':
     334                        //      this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
     335                        // break
    336336                        default :
    337337                                error "Unhandled architecture : ${arch}"
Note: See TracChangeset for help on using the changeset viewer.