Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove VBox-Starter test #94

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ curl -LJ0 "https://github.com/ibm-s390-linux/s390-tools/archive/refs/tags/v2.29.
echo "# Downloading flux"
curl -LJ0 "https://github.com/influxdata/flux/archive/refs/tags/v0.194.4.tar.gz" --output /tmp/flux-0.194.4.tar.gz

echo "# Downloading VBox-Starter"
curl -LJ0 "https://gitlab.com/catsfood/VBox-Starter/-/archive/v3.1.0/VBox-Starter-v3.1.0.tar.gz" --output /tmp/VBox-Starter-v3.1.0.tar.gz

echo "# Downloading pdns"
curl -LJ0 "https://downloads.powerdns.com/releases/pdns-recursor-5.0.0-rc1.tar.bz2" --output /tmp/pdns-recursor-5.0.0-rc1.tar.bz2

Expand All @@ -39,11 +36,6 @@ echo "# Generating tarball"
echo "# Removing vendored tarball"
rm /tmp/vendor.tar.zst

echo "# Generating tarball"
"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/VBox-Starter-v3.1.0.tar.gz --outdir /tmp
echo "# Removing vendored tarball"
rm /tmp/vendor.tar.zst

echo "# Generating tarball"
"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/pdns-recursor-5.0.0-rc1.tar.bz2 --outdir /tmp --cargotoml settings/rust/Cargo.toml
echo "# Removing vendored tarball"
Expand Down