[education/rkward] /: Adjust pipeline to new image
Thomas Friedrichsmeier
null at kde.org
Mon Oct 13 18:41:12 BST 2025
Git commit 4d97f4504461776cea5b76b1b38ae07cc53b2bd3 by Thomas Friedrichsmeier.
Committed on 13/10/2025 at 17:40.
Pushed by tfry into branch 'master'.
Adjust pipeline to new image
M +2 -2 .gitlab-ci.yml
https://invent.kde.org/education/rkward/-/commit/4d97f4504461776cea5b76b1b38ae07cc53b2bd3
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 933c55c5c..1cf92fcc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,10 @@ include:
# - /gitlab-templates/flatpak.yml // just a waste of CPU power in the current state
# NOTE: This is meant to modify the default linux-qt6.yml-job, and currently it does. It will need to be updated once the underlying name changes, though
-suse_tumbleweed_qt69:
+suse_tumbleweed_qt610:
script:
- git config --global --add safe.directory $CI_PROJECT_DIR
- # no dlopen() loading, to get at better symobl information for the backend process from ASAN
+ # no dlopen() loading, to get at better symbol information for the backend process from ASAN
- python3 -u ci-utilities/run-ci-build.py --project $CI_PROJECT_NAME --branch $CI_COMMIT_REF_NAME --platform Linux/Qt6/Shared --extra-cmake-args=-DDLOPEN_RLIB=0
clang_format:
More information about the rkward-tracker
mailing list