diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-05-02 17:45:00 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-05-02 17:47:00 +1000 |
commit | 3df1760b4851d65ce04a748dc915284e1b377ddb (patch) | |
tree | 87e96f84844a8c6c5d5e6d6f040332919e4d72c9 | |
parent | 472e8da46b6d78441e11db7442f6b0d0bd40b2bc (diff) | |
download | skiboot-3df1760b4851d65ce04a748dc915284e1b377ddb.zip skiboot-3df1760b4851d65ce04a748dc915284e1b377ddb.tar.gz skiboot-3df1760b4851d65ce04a748dc915284e1b377ddb.tar.bz2 |
Disable cross compile of opal-prd
Current travis-ci seems to no longer do this terribly cleanly.
Just disable it for now.. it was never a great test anyway.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5934e88..9b74f40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,16 +24,12 @@ env: # via the "travis encrypt" command using the project repo's public key - secure: "MpNEGFa1VrF/vsQq24n5UgfRbz1wVC6B8mubFnyK4gX0IuQ9xhWuTzMLUQF9UJxe5jnC2DTmVUvYTYN/hggw+PpYwbOOAE0QGR5pmPHA4PSRmc5pxt1q18/sv7EPFw66GFyWJq94nWjpigyKQ8KGtA67j1xFqrDoS43OA76WZgo=" -before_script: - - mkdir -p external/opal-prd/asm - - wget https://raw.githubusercontent.com/open-power/linux/master/arch/powerpc/include/uapi/asm/opal-prd.h -O external/opal-prd/asm/opal-prd.h script: - (cd opal-ci; ./build-qemu-powernv.sh) - ./opal-ci/fetch-debian-jessie-installer.sh - make -j4 all check ; (make clean; cd external/gard && make) - (cd external/pflash; ./build-all-arch.sh) - - (cd external/opal-prd && make clean && make test && make clean && CROSS_COMPILE=powerpc64le-linux-gnu- make) - make clean && SKIBOOT_GCOV=1 make && SKIBOOT_GCOV=1 make check - make clean && rm -rf builddir && mkdir builddir && make SRC=`pwd` -f ../Makefile -C builddir - make clean |