OSDN Git Service

[Chore] clangでのccache用のキャッシュ生成にlibc++を使用する
[hengbandforosx/hengbandosx.git] / .github / workflows / create-cache-for-ccache.yml
index 27e8ecf..3c446a7 100644 (file)
@@ -14,13 +14,12 @@ jobs:
     uses: ./.github/workflows/build-with-autotools.yml
     with:
       cxx: clang++-14
-      cxx-flags: "-pipe -O3 -Werror -Wall -Wextra -Wno-unused-const-variable -Wno-invalid-source-encoding"
+      cxx-flags: "-pipe -O3 -Werror -Wall -Wextra -Wno-unused-const-variable -Wno-invalid-source-encoding -stdlib=libc++"
       configure-opts: "--disable-pch"
       use-ccache: true
 
   gcc_japanese:
     name: Japanese version with gcc
-    needs: clang_without_pch_japanese
     uses: ./.github/workflows/build-with-autotools.yml
     with:
       cxx: g++-11
@@ -29,7 +28,6 @@ jobs:
 
   gcc_english:
     name: English version with gcc
-    needs: gcc_japanese
     uses: ./.github/workflows/build-with-autotools.yml
     with:
       cxx: g++-11