File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 4040 # libssl-dev which is not installed on swift:6.2-noble
4141 # Using swift:6.2-amazonlinux2 is not a solution
4242 # because the @checkout action doesn't works on ALI2 (requires Node.js 20)
43+ # will re-enable when Amazon Linux 2023 will be available
4344 api_breakage_check_enabled : false
4445 api_breakage_check_container_image : " swift:6.2-noble"
45- docs_check_container_image : " swift:6.2-noble"
46+
47+ # disabled because images needs libssl-dev (which excludes swift:6.2-noble)
48+ # and Node 20+ (for the checkout action), whcih excludes Amazon Linux 2
49+ # will re-enable when Amazon Linux 2023 will be available
50+ docs_check_enabled : false
51+ docs_check_container_image : " swift:6.2-amazonlinux2"
52+
53+ format_check_enabled : true
4654 format_check_container_image : " swift:6.2-noble"
4755 yamllint_check_enabled : true
4856
You can’t perform that action at this time.
0 commit comments