aboutsummaryrefslogtreecommitdiffstats
path: root/dev-scripts
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-04-22 22:22:22 +0100
committerSergio Martins <smartins@kde.org>2019-04-22 22:22:22 +0100
commita531242f89765458c90dce28306c7768a319190f (patch)
tree1c53592d1246fa90deddf1489f39f7df3a07fe59 /dev-scripts
parent6f096dc86ad99da48d41d4baffe532239cc78620 (diff)
AppImage: Set the path to llvm 8.0.0
So we can generate a new image, based on llvm 8.0.0
Diffstat (limited to 'dev-scripts')
-rwxr-xr-xdev-scripts/docker/make_appimage.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-scripts/docker/make_appimage.sh b/dev-scripts/docker/make_appimage.sh
index d1c1008b..bd4a593e 100755
--- a/dev-scripts/docker/make_appimage.sh
+++ b/dev-scripts/docker/make_appimage.sh
@@ -5,6 +5,9 @@
# $1 clazy sha1 to build
# $2 user uid to chown the files to before leaving docker
+# edit here the LLVM version used
+export PATH=$PATH:/llvm800/bin/
+
cp -r /clazy.AppDir /tmp/clazy_work/
cd /llvm