Skip to content

Commit

Permalink
ci: try CCACHE_COMPILERCHECK=content
Browse files Browse the repository at this point in the history
which is safer
  • Loading branch information
trombik committed Oct 23, 2024
1 parent 94ffe7c commit 835e310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
${newlib_src_dir}/configure --host=${host_triple} --target=${target_triple} --prefix=<INSTALL_DIR> ${config_opts}
- BUILD_COMMAND make -j${MAKE_JOBS_NUM}
- INSTALL_COMMAND make install
+ BUILD_COMMAND env CCACHE_COMPILERCHECK=none make -j${MAKE_JOBS_NUM} V=1
+ BUILD_COMMAND env CCACHE_COMPILERCHECK=content make -j${MAKE_JOBS_NUM} V=1
+ INSTALL_COMMAND make V=1 install
USES_TERMINAL_CONFIGURE TRUE
USES_TERMINAL_BUILD TRUE
Expand Down

0 comments on commit 835e310

Please sign in to comment.