ci: Remove shebang from backend compiler wrapper script
Not needed anymore, since the frontend scripts just source the backend script now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22438>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if command -V ccache >/dev/null 2>/dev/null; then
|
||||
CCACHE=ccache
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user