Skip to content

Commit

Permalink
Update to LibreSSL 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 19, 2024
1 parent caa9c53 commit 2a6ec83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/breakage-against-ponyc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: libressl 3.x with ponyc main
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:latest
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.1:latest
steps:
- uses: actions/checkout@v4.1.1
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: libressl 3.x with most recent ponyc release
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3:release
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.1:release
steps:
- uses: actions/checkout@v4.1.1
- name: Test
Expand Down
3 changes: 2 additions & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function BuildTest

function BuildLibs
{
$libreSsl = "libressl-3.7.3"
$libreSsl = "libressl-3.9.1"

if (-not (Test-Path "$rootDir/crypto.lib"))
{
Expand Down Expand Up @@ -174,6 +174,7 @@ function BuildLibs
Pop-Location
}

ls "$libsDir/lib/"
# copy to the root dir (i.e. PONYPATH) for linking
Copy-Item -Force -Path "$libsDir/lib/crypto-50.lib" -Destination "$rootDir/crypto.lib"
}
Expand Down

0 comments on commit 2a6ec83

Please sign in to comment.