Skip to content

Commit

Permalink
Add TODO to remove Clang 3.9 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jul 14, 2021
1 parent f149847 commit dcbcab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bincrafters/generate_ci_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def _get_base_config(recipe_directory: str, platform: str, split_by_build_types:
]
matrix_minimal["config"] = matrix["config"].copy()
else:
# TODO: Remove Clang 3.9 for >= 0.33.0 release
matrix["config"] = [
{"name": "GCC 4.9", "compiler": "GCC", "version": "4.9", "os": "ubuntu-18.04"},
{"name": "GCC 5", "compiler": "GCC", "version": "5", "os": "ubuntu-18.04"},
Expand Down

0 comments on commit dcbcab9

Please sign in to comment.