Skip to content

Commit

Permalink
Merge branch 'fix/new_libssl_for_alpine_image' into 'main'
Browse files Browse the repository at this point in the history
changed libssl1.1 to libssl3

See merge request Sharpmake/sharpmake!484
  • Loading branch information
bchampoux committed Dec 15, 2023
2 parents 4f8ad2b + 7d62cc3 commit de00291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/Get-SamplesPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ foreach ($sample in $samplesDef.Samples)
# Install Powershell on Alpine (https://learn.microsoft.com/en-us/powershell/scripting/install/install-alpine?view=powershell-7.2)
# Required to run RunSample.ps1.
$script += @(
'apk add --no-cache ca-certificates less ncurses-terminfo-base krb5-libs libgcc libintl libssl1.1 libstdc++ tzdata userspace-rcu zlib icu-libs curl'
'apk add --no-cache ca-certificates less ncurses-terminfo-base krb5-libs libgcc libintl libssl3 libstdc++ tzdata userspace-rcu zlib icu-libs curl'
'apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache lttng-ust'
'curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz'
'mkdir -p /opt/microsoft/powershell/7'
Expand Down

0 comments on commit de00291

Please sign in to comment.