Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r8086004 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.