Commit 7a933ca7 authored by peastman's avatar peastman
Browse files

Do not use ccache on ARM and PPC

parent d44f0c3f
...@@ -111,8 +111,6 @@ jobs: ...@@ -111,8 +111,6 @@ jobs:
arch: ppc64le arch: ppc64le
env: OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS="" CMAKE_FLAGS=""
- sudo: false - sudo: false
...@@ -122,8 +120,6 @@ jobs: ...@@ -122,8 +120,6 @@ jobs:
arch: arm64 arch: arm64
env: OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS="" CMAKE_FLAGS=""
before_install: before_install:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment