Skip to content

various fixes #1684

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 2 commits into from
Nov 17, 2024
Merged

various fixes #1684

merged 2 commits into from
Nov 17, 2024

Conversation

Byron
Copy link
Member

@Byron Byron commented Nov 17, 2024

Tasks

Special thanks to @EliahKagan for improving the pure-rust CI run, which now makes it easy to see exactly what gets compiled with a C compiler.

That way, it won't require sqlite to be compiled, which was
part of the original idea.

It's worth noting that some C is still getting compiled right now
as part of `ring`.
@Byron Byron marked this pull request as ready for review November 17, 2024 14:41
@Byron Byron enabled auto-merge November 17, 2024 14:41
@Byron Byron merged commit 9ab86a2 into main Nov 17, 2024
19 checks passed
@Byron Byron deleted the fixes branch November 17, 2024 16:44
EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request Nov 18, 2024
This adds another step to `pure-rust-build` that fails -- and fails
the job -- when there are any dependencies named `*-sys` other than
`linux-raw-sys`, which is known about.

(This is independent of the use of C in `ring` -- discussed
in GitoxideLabs#1681, GitoxideLabs#1682, and GitoxideLabs#1684 -- because `ring` is not, and does not
use, a `*-sys` dependency.)

This should fail prior to 3506afb (GitoxideLabs#1684) and pass afterwards.
EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request Nov 18, 2024
This adds another step to `pure-rust-build` that fails -- and fails
the job -- when there are any dependencies named `*-sys` other than
`linux-raw-sys`, which is known about.

(This is independent of the use of C in `ring` -- discussed
in GitoxideLabs#1681, GitoxideLabs#1682, and GitoxideLabs#1684 -- because `ring` is not, and does not
use, a `*-sys` dependency.)

This should fail prior to 3506afb (GitoxideLabs#1684) and pass afterwards.
EliahKagan added a commit to EliahKagan/gitoxide that referenced this pull request Nov 18, 2024
This adds another step to `pure-rust-build` that fails -- and fails
the job -- when there are any dependencies named `*-sys` other than
`linux-raw-sys`, which is known about.

(This is independent of the use of C in `ring` -- discussed
in GitoxideLabs#1681, GitoxideLabs#1682, and GitoxideLabs#1684 -- because `ring` is not, and does not
use, a `*-sys` dependency.)

This should fail prior to 3506afb (GitoxideLabs#1684) and pass afterwards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant