From f52009c01404c727a068f7e0dc1847f06c0b1bd3 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 18 Apr 2021 00:50:42 -0700 Subject: [PATCH] Add note why gcc 10 doesn't work --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 85fab1da..212ed5ce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,6 +30,7 @@ jobs: macos_cc: gcc-9 apt_package: g++-9 homebrew_package: gcc@9 +# TODO gcc 10 doesn't work, potentially because cmake doesn't know yet that the STL now depends on pthread. See https://github.com/pothosware/SoapySDRPlay3/issues/5 # - cxx: g++-10 # cc: gcc-10 # macos_cxx: g++-10