Skip to content

CDRIVER-5873 remove Debian 9 tasks from legacy config #1846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .evergreen/generated_configs/legacy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16403,15 +16403,6 @@ buildvariants:
- install-libmongoc-after-libbson
tags:
- pr-merge-gate
- name: clang38
display_name: clang 3.8 (Debian 9.2)
expansions:
CC: clang
run_on: debian92-test
tasks:
- release-compile
- debug-compile-nosasl-nossl
- .latest .nossl
- name: openssl
display_name: OpenSSL / LibreSSL
run_on: archlinux-build
Expand Down Expand Up @@ -16459,15 +16450,6 @@ buildvariants:
- debug-compile-sasl-openssl
- .authentication-tests .openssl
- .latest .nossl
- name: gcc63
display_name: GCC 6.3 (Debian 9.2)
expansions:
CC: gcc
run_on: debian92-test
tasks:
- release-compile
- debug-compile-nosasl-nossl
- .latest .nossl
- name: gcc83
display_name: GCC 8.3 (Debian 10.0)
expansions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ def days(n: int) -> int:
},
tags=["pr-merge-gate"],
),
Variant(
"clang38",
"clang 3.8 (Debian 9.2)",
"debian92-test",
["release-compile", "debug-compile-nosasl-nossl", ".latest .nossl"],
{"CC": "clang"},
),
Variant(
"openssl",
"OpenSSL / LibreSSL",
Expand Down Expand Up @@ -143,13 +136,6 @@ def days(n: int) -> int:
],
{"CC": "gcc"},
),
Variant(
"gcc63",
"GCC 6.3 (Debian 9.2)",
"debian92-test",
["release-compile", "debug-compile-nosasl-nossl", ".latest .nossl"],
{"CC": "gcc"},
),
Variant(
"gcc83",
"GCC 8.3 (Debian 10.0)",
Expand Down