Skip to content

Commit

Permalink
Install clang-8 for PG11.0 CI test
Browse files Browse the repository at this point in the history
clang-8 is no longer installed by default in the ubuntu images so
we have to explicitly install it for any actions that require it.

actions/runner-images#2950
  • Loading branch information
svenklemm committed Apr 4, 2021
1 parent eace5ea commit d078b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh_matrix_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def macos_config(overrides):
"pg": PG11_EARLIEST,
"llvm_config": "/usr/bin/llvm-config-8",
"clang": "clang-8",
"extra_packages": "llvm-8 llvm-8-dev llvm-8-tools",
"extra_packages": "clang-8 llvm-8 llvm-8-dev llvm-8-tools",
"installcheck_args": "IGNORES='cluster-11 continuous_aggs_insert continuous_aggs_multi continuous_aggs_concurrent_refresh'"
}
m["include"].append(build_debug_config(pg11_debug_earliest))
Expand Down

0 comments on commit d078b32

Please sign in to comment.