Skip to content

Commit fa6d686

Browse files
authored
chore(ci): unpin libc (#16044)
### What does this PR try to resolve? [email protected]+ seems to have fixed it, we should be good to go and unpin: [diff.rs/rustix/1.0.8/rustix/1.1.1/src%2Fbackend%2Flibc%2Fc.rs](https://diff.rs/rustix/1.0.8/rustix/1.1.1/src%2Fbackend%2Flibc%2Fc.rs) Fixes #15919 ### How to test and review this PR? Same as <#15851> > In rust-lang/rust, update the `src/tools/cargo` submodule accordingly, and run > > ``` > cargo run --manifest-path src/ci/citool/Cargo.toml run-local dist-loongarch64-musl > ``` > > With this downgrade it should compile. I didn't run it locally though.
2 parents 94f6379 + 78d8a50 commit fa6d686

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/renovate.json5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
ignorePaths: [
99
'**/tests/**',
1010
],
11-
// For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
12-
ignoreDeps: ['libc'],
1311
customManagers: [
1412
{
1513
customType: 'regex',

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)