Skip to content

Commit

Permalink
Update docker-compose-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Nov 23, 2023
1 parent 312f287 commit af3e58d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions ec2-cargo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ sudo /bin/docker1 "$@"
' | sudo dd of=/bin/docker
sudo chmod +x /bin/docker
# hack to work around docker-compose command not being present on this machine
echo '#!/bin/bash
docker compose "$@"
' | sudo dd of=/bin/docker-compose
sudo chmod +x /bin/docker-compose
echo "export RUST_BACKTRACE=1" >> .profile
echo "export CARGO_TERM_COLOR=always" >> .profile
echo 'source "$HOME/.cargo/env"' >> .profile
Expand Down
3 changes: 2 additions & 1 deletion test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ tracing-subscriber.workspace = true
serde_yaml.workspace = true
anyhow.workspace = true
rcgen.workspace = true
docker-compose-runner = "0.2.0"
#docker-compose-runner = "0.2.0"
docker-compose-runner = { git = "https://github.com/rukai/docker-compose-runner", branch = "migrate_to_docker_compose_v2" }
rdkafka = { version = "0.34", features = ["cmake-build"], optional = true }
3 changes: 2 additions & 1 deletion windsock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ tokio.workspace = true

[dev-dependencies]
scylla = { version = "0.10.0", features = ["ssl"] }
docker-compose-runner = "0.2.0"
#docker-compose-runner = "0.2.0"
docker-compose-runner = { git = "https://github.com/rukai/docker-compose-runner", branch = "migrate_to_docker_compose_v2" }

0 comments on commit af3e58d

Please sign in to comment.