Page MenuHomePhorge

D269.1769023833.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D269.1769023833.diff

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@
'lint':
stage: lint
image: ubuntu
+ dependencies: []
script:
- "echo 'Verify that no source file contains tabs'"
- "! egrep -R --exclude-dir=transformed-libs --exclude-dir=Intl.js --exclude-dir=node_modules $'\t' src"
@@ -31,6 +32,7 @@
lint-l10n:
stage: lint
image: node:lts
+ dependencies: []
rules:
- changes:
- .gitlab-ci.yml
diff --git a/packaging/GNU-Linux/appimage/build-unprivileged.sh b/packaging/GNU-Linux/appimage/build-unprivileged.sh
--- a/packaging/GNU-Linux/appimage/build-unprivileged.sh
+++ b/packaging/GNU-Linux/appimage/build-unprivileged.sh
@@ -2,7 +2,8 @@
export XDG_RUNTIME_DIR=/run/user/test
-cmake .. -DCMAKE_INSTALL_PREFIX="$KAZV_INSTALL_DIR" \
+CC=/usr/lib/ccache/gcc CXX=/usr/lib/ccache/g++ \
+ cmake .. -DCMAKE_INSTALL_PREFIX="$KAZV_INSTALL_DIR" \
-DCMAKE_PREFIX_PATH="$LIBKAZV_INSTALL_DIR;$DEPS_INSTALL_DIR" -DCMAKE_BUILD_TYPE=$BUILD_TYPE -Dkazv_KF_QT_MAJOR_VERSION=$KF_VER -Dkazv_LINK_BREEZE_ICONS=ON && \
make -j$JOBS && \
make -j$JOBS DESTDIR=AppDir install && \

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 21, 11:30 AM (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
985382
Default Alt Text
D269.1769023833.diff (1 KB)

Event Timeline