From d05cf344b3cca4f23f3150bda67e36a89f771531 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 22 Jun 2023 14:51:16 -0700 Subject: [PATCH] GHA update --- .ci | 2 +- .github/workflows/ci-scripts-build.yml | 9 +++++++++ .github/workflows/python.yml | 5 ----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.ci b/.ci index fd925d8..a8bffdc 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit fd925d83b60291d14c21442d7f6f4938e483b1f4 +Subproject commit a8bffdcfb73e7710662185d77e7cc0662a1deede diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index b5959da..f2a90c9 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -48,6 +48,15 @@ jobs: extra: "CMD_CPPFLAGS=-Werror" doc: 1 + - name: Native Linux (libc++ debug) + os: ubuntu-latest + cmp: gcc + configuration: default + base: "7.0" + # https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html + extra: "CMD_CPPFLAGS=\"-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC\"" + doc: 1 + - name: Native Linux (c++17) os: ubuntu-latest cmp: gcc diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c42713a..a174030 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -34,11 +34,6 @@ jobs: source: true # OSX py builds - - name: osx 2.7 intel - os: macos-latest - python: "2.7" - piparch: macosx_10_9_intel - - name: osx 3.6 intel os: macos-latest python: "3.6"