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

Chore bump openssl #746

Merged
merged 4 commits into from
May 2, 2022
Merged
Show file tree
Hide file tree
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
58 changes: 0 additions & 58 deletions codebuild/trusty-gcc4x-x64.Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions codebuild/trusty-gcc4x-x64.yml

This file was deleted.

58 changes: 0 additions & 58 deletions codebuild/trusty-gcc4x-x86.Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions codebuild/trusty-gcc4x-x86.yml

This file was deleted.

2 changes: 1 addition & 1 deletion codebuild/ubuntu-latest-x64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV LDFLAGS=
# on our special versions of openssl/libcurl (or to depend on them at all for that matter).
ENV LDFLAGS="-Wl,-rpath -Wl,/deps/install/lib -Wl,-rpath -Wl,/deps/shared/install/lib -L/deps/install/lib -L/deps/shared/install/lib"

ENV OPENSSL_TAG=OpenSSL_1_1_1a
ENV OPENSSL_TAG=OpenSSL_1_1_1n
ENV OPENSSL_PLATFORM=linux-x86_64

ADD bin/apt-install-pkgs /usr/local/bin/
Expand Down