Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33317893
D269.1769023095.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D269.1769023095.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 11:18 AM (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
985382
Default Alt Text
D269.1769023095.diff (1 KB)
Attached To
Mode
D269: Optimise pipeline
Attached
Detach File
Event Timeline
Log In to Comment