Changeset 70bc776 for Jenkinsfile


Ignore:
Timestamp:
Jan 25, 2026, 5:29:58 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
ed9bbe8
Parents:
a2940184
Message:

try to turn off ARM builds on algol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra2940184 r70bc776  
    332332                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
    333333                        break
    334                         case 'arm64':
    335                                 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
    336                         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.