Skip to content

Commit ca501f7

Browse files
committed
Bump build to C++17 as required by the Google Foundational OSS policy
https://opensource.google/documentation/policies/cplusplus-support
1 parent 151d6b5 commit ca501f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
BAZEL_CXXOPTS: -std=c++14
8+
BAZEL_CXXOPTS: -std=c++17
99

1010
jobs:
1111
Linux-GCC:
@@ -110,6 +110,7 @@ jobs:
110110
- name: Tests
111111
run: >
112112
bazel test ...
113+
--cxxopt="-std=c++17"
113114
--features=external_include_paths
114115
--keep_going
115116
--show_timestamps

0 commit comments

Comments
 (0)