[libcxx] [llvm] [libc++] Remove trigger file (PR #97205)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 30 04:08:06 PDT 2024
https://github.com/philnik777 updated https://github.com/llvm/llvm-project/pull/97205
>From e4359f757d8f8badda30b4e1e87f1244e556528d Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Sun, 30 Jun 2024 12:42:31 +0200
Subject: [PATCH] [libc++] Remove trigger file
---
.github/workflows/libcxx-build-and-test.yaml | 8 ++++----
libcxx/trigger | 0
2 files changed, 4 insertions(+), 4 deletions(-)
delete mode 100644 libcxx/trigger
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index d7c21394ca486..1456f245cf7c0 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -63,8 +63,8 @@ jobs:
cxx: [ 'clang++-19' ]
include:
- config: 'generic-gcc'
- cc: 'gcc-13'
- cxx: 'g++-13'
+ cc: 'gcc-14'
+ cxx: 'g++-14'
steps:
- uses: actions/checkout at v4
- name: ${{ matrix.config }}.${{ matrix.cxx }}
@@ -101,8 +101,8 @@ jobs:
cxx: [ 'clang++-19' ]
include:
- config: 'generic-gcc-cxx11'
- cc: 'gcc-13'
- cxx: 'g++-13'
+ cc: 'gcc-14'
+ cxx: 'g++-14'
- config: 'generic-cxx23'
cc: 'clang-17'
cxx: 'clang++-17'
diff --git a/libcxx/trigger b/libcxx/trigger
deleted file mode 100644
index e69de29bb2d1d..0000000000000
More information about the llvm-commits
mailing list