You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporarily break pure-rust-build to verify that it can fail
This makes the `pure-rust-build` CI job attempt to install gitoxide
from `.` with implicit `max`, rather than explicit `max-pure`.
This job, introduced in ed4deac (GitoxideLabs#624), is intended to identify
unintended C toolchain dependencies. If, without the current
breakage, it is (still) capable of doing this, then as temporarily
modified here, it should fail. If it fails and the error messages
clearly relate to the absence of components necessary to build/use
C libraries, then it is probably (still) working.
Assuming it fails as expected, the Debian version can then be
increased, and then the changes in this commit reverted: if that
fails, then succeeds, respectively, then the job's functionality is
most likely preserved across the upgrade.
0 commit comments