Fix some remaining references to 6.0

This commit is contained in:
Omair Majid 2022-07-26 15:53:08 -04:00
parent d73e0787eb
commit 81d26c572f
4 changed files with 10 additions and 5 deletions

View File

@ -29,9 +29,9 @@ for package in "${linux_x64_packages[@]}"; do
fi
filename=${package##*/}
name=${filename%.6.0*}
name=${filename%.7.0*}
arm_name=${name/linux-x64/linux-arm64}
version="6.0${filename##*6.0}"
version="7.0${filename##*6.0}"
version=${version%.*}
nappo download --verbose "$arm_name" "$version"

View File

@ -173,6 +173,11 @@ fi
# Remove files with funny licenses, crypto implementations and other
# not-very-useful artifacts to reduce tarball size
#
# We use rm -r (no -f) to make sure the operation fails if the files are not at
# the expected locations. If the files are not at the expected location, we
# need to find the new location of the files and delete them, or verify that
# upstream has fix them.
# Binaries for gradle
rm -r src/aspnetcore/src/SignalR/clients/java/signalr/gradle*

View File

@ -21,12 +21,12 @@
dir: ./
run: dotnet turkey/Turkey.dll -l={{ remote_artifacts }} dotnet-regular-tests
required_packages:
- aspnetcore-runtime-6.0
- aspnetcore-runtime-7.0
- babeltrace
- bash-completion
- binutils
- dotnet-sdk-6.0
- dotnet-runtime-6.0
- dotnet-sdk-7.0
- dotnet-runtime-7.0
- expect
- git
- jq