From 70917cd77a138bbdefe540a210edf2fdac868427 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 26 Apr 2023 13:16:43 +0200 Subject: [PATCH] ci/skqp: skqp can't live with compiler named clang-15, provide symlink Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/build-skqp.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci/container/build-skqp.sh b/.gitlab-ci/container/build-skqp.sh index 4c03bcc72b3..f5e435c1141 100755 --- a/.gitlab-ci/container/build-skqp.sh +++ b/.gitlab-ci/container/build-skqp.sh @@ -10,6 +10,12 @@ SKQP_BRANCH=android-cts-12.1_r5 +# hack for skqp see the clang +pushd /usr/bin/ +ln -s ../lib/llvm-15/bin/clang clang +ln -s ../lib/llvm-15/bin/clang++ clang++ +popd + create_gn_args() { # gn can be configured to cross-compile skia and its tools # It is important to set the target_cpu to guarantee the intended target