Skip to content

Commit fad5c90

Browse files
committed
fix(wheels): linux-intel: re-enable CCACHE_PREBUILT=1
For some reason, the build script seems to scream in agony when trying to use ld.gold to link ccache. No matter -- having fixed a typo in build_ccache.bash, we can download a pre-built ccache and be on our way. Signed-off-by: Zach Lewis <[email protected]>
1 parent 440593b commit fad5c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
CIBW_ENVIRONMENT: >
149149
CCACHE_DIR=/host//home/runner/.ccache
150150
CCACHE_COMPRESSION=yes
151-
CCACHE_PREBUILT=0
151+
CCACHE_PREBUILT=1
152152
CMAKE_BUILD_PARALLEL_LEVEL=4
153153
CTEST_PARALLEL_LEVEL=4
154154
SKBUILD_CMAKE_ARGS="-DLINKSTATIC=1"

0 commit comments

Comments
 (0)