From 89a5382518c4cfd33d9aa35ec8ede3c0c3efc3ee Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 16 Oct 2022 18:09:16 +0200 Subject: [PATCH] cross/gcc-*: add fixme note for the isl workaround (MR 3548) Make sure we drop !tracedeps next time when upgrading the gcc packages (after Alpine's gcc has been upgraded). The workaround we have in pmbootstrap is tied to the current version, and that's the only way we can remove it for good. The FIXME line can be deleted after this has been done. Note that current 'pmbootstrap aportgen gcc-*' code will automatically remove the !tracedeps option - a reminder to double check it. [ci:skip-build] [ci:skip-vercheck]: just adding a comment --- cross/gcc-aarch64/APKBUILD | 1 + cross/gcc-armhf/APKBUILD | 1 + cross/gcc-armv7/APKBUILD | 1 + 3 files changed, 3 insertions(+) diff --git a/cross/gcc-aarch64/APKBUILD b/cross/gcc-aarch64/APKBUILD index 71d1e5543..f80f6ceef 100644 --- a/cross/gcc-aarch64/APKBUILD +++ b/cross/gcc-aarch64/APKBUILD @@ -24,6 +24,7 @@ CBUILDROOT="/" _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc-aarch64 +# FIXME WHEN UPGRADING: remove !tracedeps from options when upgrading to properly fix pma#1732 (we only have a workaround for now) _pkgbase=12.2.1 # must match gcc/BASE-VER _pkgsnap=20220924 pkgver=${_pkgbase}_git${_pkgsnap} diff --git a/cross/gcc-armhf/APKBUILD b/cross/gcc-armhf/APKBUILD index e93f3ee44..055ed793b 100644 --- a/cross/gcc-armhf/APKBUILD +++ b/cross/gcc-armhf/APKBUILD @@ -24,6 +24,7 @@ CBUILDROOT="/" _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc-armhf +# FIXME WHEN UPGRADING: remove !tracedeps from options when upgrading to properly fix pma#1732 (we only have a workaround for now) _pkgbase=12.2.1 # must match gcc/BASE-VER _pkgsnap=20220924 pkgver=${_pkgbase}_git${_pkgsnap} diff --git a/cross/gcc-armv7/APKBUILD b/cross/gcc-armv7/APKBUILD index d4452307b..ee81843ed 100644 --- a/cross/gcc-armv7/APKBUILD +++ b/cross/gcc-armv7/APKBUILD @@ -24,6 +24,7 @@ CBUILDROOT="/" _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc-armv7 +# FIXME WHEN UPGRADING: remove !tracedeps from options when upgrading to properly fix pma#1732 (we only have a workaround for now) _pkgbase=12.2.1 # must match gcc/BASE-VER _pkgsnap=20220924 pkgver=${_pkgbase}_git${_pkgsnap}