Skip to content

Commit

Permalink
allow passing clang++-16 as a compiler in kphp_ci_pipeline_runner.py (V…
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDet authored Jun 21, 2023
1 parent fab95b9 commit 2ed13c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kphp_ci_pipeline_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def parse_args():
type=str,
dest="cxx_name",
default="g++",
choices=["g++", "clang++", "clang++-11"],
choices=["g++", "clang++", "clang++-16"],
help="specify cxx for compiling kphp and running tests"
)

Expand Down

0 comments on commit 2ed13c3

Please sign in to comment.