Create cargo-bisect-rustc.sh

This commit is contained in:
nora 2022-11-25 23:01:40 +01:00 committed by GitHub
parent ed25297503
commit 4caaf53c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eu pipefail
docker run -d --name cargo-bisect-rustc-service --net=internal --restart=always \
"-v=/apps/cargo-bisect-rustc-service/db:/app/db" \
"-e=SQLITE_DB=/app/db/db.sqlite" "-e=RUST_LOG=debug" \
docker.nilstrieb.dev/cargo-bisect-rustc-service:1.8