mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-10 11:09:52 +00:00
dev: remove useless glibc version overrides (#2118)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
#2115
This commit is contained in:
parent
ab20cfc988
commit
8be6a12256
1 changed files with 0 additions and 7 deletions
|
|
@ -65,13 +65,6 @@ cache-builds = true
|
|||
global-artifacts-jobs = ["./build-vscode", "./ci-check-e2e"]
|
||||
github-custom-job-permissions = { "build-vscode" = { contents = "write" } }
|
||||
|
||||
[dist.min-glibc-version]
|
||||
# Override glibc version for specific target triplets.
|
||||
aarch64-unknown-linux-gnu = "2.28"
|
||||
riscv64gc-unknown-linux-gnu = "2.31"
|
||||
# Override all remaining glibc versions.
|
||||
"*" = "2.17"
|
||||
|
||||
[dist.github-custom-runners]
|
||||
global = "ubuntu-22.04"
|
||||
aarch64-pc-windows-msvc = "windows-latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue