diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-01 07:37:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-01 07:37:44 -0400 |
commit | 6e7c0ce06b6fd33d4b24077af104b3cb885d0055 (patch) | |
tree | 6d3186d7d2452a730099f1a0e48e897382c9df6b | |
parent | 9bac1297075b15dcd2a14afc930f3b4357d76f78 (diff) | |
download | gtk+-6e7c0ce06b6fd33d4b24077af104b3cb885d0055.tar.gz |
ci: Give up on sysprof for now
Using sysprof and glib as subprojects of the same
project sadly does not work. Subprojects are not
as robust as they should be.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d22977a8e..166d77e47b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,6 @@ fedora-x86_64: script: - meson subprojects update - meson ${COMMON_MESON_FLAGS} ${EXTRA_MESON_FLAGS} ${BACKEND_FLAGS} ${FEATURE_FLAGS} - -Dsysprof=enabled _build - ninja -C _build - .gitlab-ci/run-tests.sh _build x11 |