Changeset df72682 for Jenkinsfile


Ignore:
Timestamp:
Jan 28, 2026, 1:32:44 PM (9 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
8eb85de
Parents:
79a8c2a (diff), ed9bbe8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r79a8c2a rdf72682  
    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.