diff options
Diffstat (limited to '.gitlab-ci/build/compiler-wrapper-gcc.sh')
-rwxr-xr-x | .gitlab-ci/build/compiler-wrapper-gcc.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci/build/compiler-wrapper-gcc.sh b/.gitlab-ci/build/compiler-wrapper-gcc.sh deleted file mode 100755 index 25974812983..00000000000 --- a/.gitlab-ci/build/compiler-wrapper-gcc.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# shellcheck disable=SC1091 - -set -e - -_COMPILER=gcc -. compiler-wrapper.sh |