From 06d8787d56ac057db7dd7de0a645b2bc71d0b52e Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 11 Sep 2024 21:06:51 +0100 Subject: [PATCH] Remove static link of libportal from Debian Trixie CI (#7505) * Remove static link to libportal now that Debian 13 has 0.8.0 * Update ChangeLog * Update ChangeLog --- .github/workflows/ci.yml | 4 ---- ChangeLog | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46fc588f8..972af10af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,10 +235,6 @@ jobs: runs-on: ubuntu-latest extra-packages: true - # Static libportal only needed until libportal is updated to 0.8.x. - extra-dep-args: --meson-no-system libportal --meson-static libportal --subprojects - extra-cmake-args: -DSYSTEM_LIBPORTAL=OFF -DSTATIC_LIBPORTAL=ON - - name: debian-12-arm64 container: symless/synergy-core:debian-12-arm64 runs-on: ubuntu-24.04-8-core-arm64 diff --git a/ChangeLog b/ChangeLog index cca22edfb..a94817d58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Enhancements: - #7503 Make package filenames consistent with previous versions +- #7505 Remove static link of libportal from Debian Trixie CI # 1.16.0