From b0cdcbdb82d7e4a89247debaf46a06474da7ee7e Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Sun, 12 Jan 2025 15:14:16 +0100 Subject: [PATCH] oops --- .github/workflows/debian-bookworm.yml | 2 +- .github/workflows/debian-bullseye.yml | 2 +- .github/workflows/debian-trixie.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debian-bookworm.yml b/.github/workflows/debian-bookworm.yml index 824056e..06d0f84 100644 --- a/.github/workflows/debian-bookworm.yml +++ b/.github/workflows/debian-bookworm.yml @@ -31,7 +31,7 @@ jobs: - name: build with hardened build flags run: | make clean - eval $(DEB_CXXFLAGS_APPEND=std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) + eval $(DEB_CXXFLAGS_APPEND=-std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) ./configure make make check diff --git a/.github/workflows/debian-bullseye.yml b/.github/workflows/debian-bullseye.yml index bd7f59d..f1087bb 100644 --- a/.github/workflows/debian-bullseye.yml +++ b/.github/workflows/debian-bullseye.yml @@ -31,7 +31,7 @@ jobs: - name: build with hardened build flags run: | make clean - eval $(DEB_CXXFLAGS_APPEND=std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) + eval $(DEB_CXXFLAGS_APPEND=-std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) ./configure make make check diff --git a/.github/workflows/debian-trixie.yml b/.github/workflows/debian-trixie.yml index 2ab2c50..f13b320 100644 --- a/.github/workflows/debian-trixie.yml +++ b/.github/workflows/debian-trixie.yml @@ -31,7 +31,7 @@ jobs: - name: build with hardened build flags run: | make clean - eval $(DEB_CXXFLAGS_APPEND=std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) + eval $(DEB_CXXFLAGS_APPEND=-std=c++17 DEB_BUILD_MAINT_OPTIONS="hardening=+all qa=+all,-canary reproducible=+all" dpkg-buildflags --export=sh) ./configure make make check