Changeset a8a7612 for Jenkinsfile


Ignore:
Timestamp:
Jul 29, 2018, 2:06:18 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Since incremental builds have been quite painful in jenkins and we probably should avoid them in the first place for our build machine, Jenkins now disables dependency tracking all together when configuring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4f18de3 ra8a7612  
    266266                        //Use the current directory as the installation target so nothing escapes the sandbox
    267267                        //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"
    269269
    270270                        //Compile the project
Note: See TracChangeset for help on using the changeset viewer.