projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b190b
)
ci: Remove shebang from backend compiler wrapper script
author
Michel Dänzer
<mdaenzer@redhat.com>
Wed, 12 Apr 2023 09:27:56 +0000
(11:27 +0200)
committer
Marge Bot
<emma+marge@anholt.net>
Sat, 15 Apr 2023 01:55:12 +0000
(
01:55
+0000)
Not needed anymore, since the frontend scripts just source the backend
script now.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22438>
.gitlab-ci/build/compiler-wrapper.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/build/compiler-wrapper.sh
b/.gitlab-ci/build/compiler-wrapper.sh
index
f20b518
..
0567601
100755
(executable)
--- a/
.gitlab-ci/build/compiler-wrapper.sh
+++ b/
.gitlab-ci/build/compiler-wrapper.sh
@@
-1,5
+1,3
@@
-#!/bin/sh -e
-
if command -V ccache >/dev/null 2>/dev/null; then
CCACHE=ccache
else