Changes in / [57c7e6c4:c9c1a7e6]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r57c7e6c4 rc9c1a7e6  
    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.