Skip to content

Commit ef8b76a

Browse files
committed
Can't build C++11 with GNU
1 parent 9a64fc0 commit ef8b76a

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/wslcxx.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,7 @@ jobs:
5656
working-directory: ${{ github.workspace }}
5757
run: rm -rf out
5858

59-
- name: 'Configure CMake (C++11)'
60-
working-directory: ${{ github.workspace }}/Tests
61-
run: cmake --preset=${{ matrix.build_type }} -DBUILD_CXX11=ON
62-
env:
63-
CC: gcc-${{ matrix.gcc }}
64-
CXX: g++-${{ matrix.gcc }}
65-
66-
- name: 'Build (C++11)'
67-
working-directory: ${{ github.workspace }}/Tests
68-
run: cmake --build out/build/${{ matrix.build_type }}
69-
70-
- name: 'Clean up'
71-
working-directory: ${{ github.workspace }}
72-
run: rm -rf out
59+
# Can't build C++11 with GNU because tests use std::size which is C++14
7360

7461
- name: 'Configure CMake (C++14)'
7562
working-directory: ${{ github.workspace }}/Tests

0 commit comments

Comments
 (0)