Skip to content

Commit 804219d

Browse files
Exclude CBOR and UBJSON in LLVM
1 parent d6a16b6 commit 804219d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ jobs:
4141
- compiler: llvm
4242
compiler-version: 17
4343
cxx: 23
44+
- compiler: llvm
45+
cxx: 23
46+
format: "CBOR"
47+
- compiler: llvm
48+
cxx: 23
49+
format: "UBJSON"
50+
- compiler: llvm
51+
cxx: 23
52+
format: "benchmarks"
53+
- compiler: llvm
54+
cxx: 23
55+
format: "headers"
4456
# TODO: Include reflection runners, once gcc-16 is in the repo.
4557
name: "${{ github.job }} (${{ matrix.format }}-C++${{ matrix.cxx }}-${{ matrix.compiler }}-${{ matrix.compiler-version }})"
4658
concurrency:

0 commit comments

Comments
 (0)