Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

remove cargo install from CI #4123

Merged

Conversation

rob-solana
Copy link
Contributor

@rob-solana rob-solana commented May 2, 2019

Problem

cargo install on a CI box assumes that CARGO_HOME/bin is on the path, which is not necessarily so, and defeats the purpose of our docker images for CI tooling

Summary of Changes

remove cargo install of tools (just audit left, apparently)

depends on #4122 and #4128
Fixes #4113

@rob-solana rob-solana requested review from danpaul000 and mvines May 2, 2019 18:09
@rob-solana rob-solana changed the title remove cargo install cargo-audit from CI remove cargo install from CI May 2, 2019
@rob-solana rob-solana merged commit ffb1557 into solana-labs:master May 2, 2019
@rob-solana rob-solana deleted the remove-cargo-install-from-CI branch May 2, 2019 22:35
joncinque pushed a commit to joncinque/solana that referenced this pull request Jan 9, 2025
* Setup PohRecorder earlier for unified scheduler

* Use BankWithScheduler in banking-bench for US

* Move BankingPacket{Batch,Receiver} to new crate

* Extract duplicate tpu bank handling code for US

* Call wait_for_completed_scheduler in banking simulator
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo install in docker-rust images in CI considered harmful
3 participants