Changeset a8a7612
- Timestamp:
 - Jul 29, 2018, 2:06:18 PM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
 - Children:
 - 02559df
 - Parents:
 - 4f18de3
 - File:
 - 
      
- 1 edited
 
- 
          
  Jenkinsfile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Jenkinsfile
r4f18de3 ra8a7612 266 266 //Use the current directory as the installation target so nothing escapes the sandbox 267 267 //Also specify the compiler by hand 268 sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet "268 sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet --disable-dependency-tracking" 269 269 270 270 //Compile the project  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.