ci: Remove obsolete compiler-wrapper
We don't actually need this anymore. We were previously using it to find ccache, but Meson will do this for us. Now that we pass -Wl,--fatal-warnings, we don't need to pass -Werror to the link stage either. This removes two shell execs, one subshell, and one call to each of grep and printf, per compile. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33137>
This commit is contained in:
@@ -28,9 +28,7 @@ export PATH=$PATH:$PWD/.gitlab-ci/build
|
||||
|
||||
touch native.file
|
||||
printf > native.file "%s\n" \
|
||||
"[binaries]" \
|
||||
"c = 'compiler-wrapper-${CC:-gcc}.sh'" \
|
||||
"cpp = 'compiler-wrapper-${CXX:-g++}.sh'"
|
||||
"[binaries]"
|
||||
|
||||
# We need to control the version of llvm-config we're using, so we'll
|
||||
# tweak the cross file or generate a native file to do so.
|
||||
|
||||
Reference in New Issue
Block a user