Skip to content

Commit 4def43b

Browse files
committed
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.
1 parent 7a40648 commit 4def43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install Rust via Rustup
2929
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal;
3030
- uses: Swatinem/rust-cache@v2
31-
- run: /github/home/.cargo/bin/cargo install --debug --locked --no-default-features --features max-pure --path .
31+
- run: /github/home/.cargo/bin/cargo install --debug --locked --path .
3232

3333
test:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)