Skip to content

Commit

Permalink
Fix test to use libssl3 on alpine linux. Upgrade to Powershell 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Feb 16, 2024
1 parent 9c40abb commit 55d9881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suite/linux/package-alpine.sh
Expand Up @@ -12,7 +12,7 @@ setup() {
krb5-libs \
libgcc \
libintl \
libssl1.1 \
libssl3 \
libstdc++ \
tzdata \
userspace-rcu \
Expand All @@ -21,7 +21,7 @@ setup() {

apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache lttng-ust
# todo. auto-updating url?
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.2/powershell-7.2.2-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
mkdir -p /opt/microsoft/powershell/7
tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7
chmod +x /opt/microsoft/powershell/7/pwsh
Expand Down

0 comments on commit 55d9881

Please sign in to comment.