-
- Downloads
Buildcache: bindist test without invoking spack compiler wrappers. (#15687)
* Buildcache: * Try mocking an install of quux, corge and garply using prebuilt binaries * Put patchelf install after ccache restore * Add script to install patchelf from source so it can be used on Ubuntu:Trusty which does not have a patchelf pat package. The script will skip building on macOS * Remove mirror at end of bindist test * Add patchelf to Ubuntu build env * Revert mock patchelf package to allow other tests to run. * Remove depends_on('patchelf', type='build') relying instead on * Test fixture to ensure patchelf is available. * Call g++ command to build libraries directly during test build * Flake8 * Install patchelf in before_install stage using apt unless on Trusty where a build is done. * Add some symbolic links between packages * Flake8 * Flake8: * Update mock packages to write their own source files * Create the stage because spec search does not create it any longer * updates after change of list command arguments * cleanup after merge * flake8
Showing
- .travis.yml 8 additions, 0 deletions.travis.yml
- lib/spack/spack/binary_distribution.py 1 addition, 0 deletionslib/spack/spack/binary_distribution.py
- lib/spack/spack/test/bindist.py 471 additions, 0 deletionslib/spack/spack/test/bindist.py
- share/spack/qa/install_patchelf.sh 22 additions, 0 deletionsshare/spack/qa/install_patchelf.sh
- var/spack/repos/builtin.mock/packages/corge/package.py 155 additions, 0 deletionsvar/spack/repos/builtin.mock/packages/corge/package.py
- var/spack/repos/builtin.mock/packages/garply/package.py 112 additions, 0 deletionsvar/spack/repos/builtin.mock/packages/garply/package.py
- var/spack/repos/builtin.mock/packages/patchelf/package.py 10 additions, 9 deletionsvar/spack/repos/builtin.mock/packages/patchelf/package.py
- var/spack/repos/builtin.mock/packages/quux/package.py 132 additions, 0 deletionsvar/spack/repos/builtin.mock/packages/quux/package.py
Loading
Please register or sign in to comment