Skip to content

Commit 1a71493

Browse files
authored
GH-49807: [CI] Remove obsolete test-ubuntu-22.04-cpp-20 job (#49827)
### Rationale for this change C++20 is the standard we are currently using. No specific need to have a job for it. We already have a different job for C++23 so this job is just unnecessary. ### What changes are included in this PR? Remove the unnecessary job ### Are these changes tested? No but removed from archery ### Are there any user-facing changes? No * GitHub Issue: #49807 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent cc15bf1 commit 1a71493

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

dev/tasks/tasks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -458,17 +458,6 @@ tasks:
458458
FEDORA: 42
459459
image: fedora-cpp
460460

461-
{% for cpp_standard in [20] %}
462-
test-ubuntu-22.04-cpp-{{ cpp_standard }}:
463-
ci: github
464-
template: docker-tests/github.linux.yml
465-
params:
466-
env:
467-
UBUNTU: 22.04
468-
flags: "-e CMAKE_CXX_STANDARD={{ cpp_standard }}"
469-
image: ubuntu-cpp
470-
{% endfor %}
471-
472461
test-ubuntu-22.04-cpp-no-threading:
473462
ci: github
474463
template: docker-tests/github.linux.yml

0 commit comments

Comments
 (0)