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

Add Heroku-20 to the Travis test matrix #404

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Apr 20, 2020

To confirm that the buildpack works on the preview of the new stack.

The install step has also been updated to only pull the image being tested, rather than all of the images for each job in the matrix, saving 2 minutes per job.

I had to recompile Yara 3.4.0 in the godep-cgo-vendored fixture, since it was linked against libssl1.0.0 which is not available for Ubuntu 20.04.

Since there isn't a single libssl version that is supported across all of our stacks (libssl1.1 is only available for Ubuntu 18.04+), I used configure --without-crypto to remove Yara's dependency on OpenSSL entirely.

The removed files were all redundant for the purposes of that test.

Refs W-7472042.

@edmorley edmorley requested a review from a team as a code owner April 20, 2020 23:56
@edmorley edmorley self-assigned this Apr 20, 2020
To confirm that the buildpack works on the preview of the new stack.

The install step has also been updated to only pull the image being
tested, rather than all of the images for each job in the matrix,
saving 2 minutes per job.

I had to recompile Yara in the `godep-cgo-vendored` fixture, since it
was linked against `libssl1.0.0` which is not available for Ubuntu 20.04.

Since there isn't a single libssl version that is supported across all
of our stacks (`libssl1.1` is only available for Ubuntu 18.04+), I used
`configure --without-crypto` to remove the OpenSSL dependency entirely.

The removed files were all redundant for the purposes of that test.

Refs W-7472042.
- docker pull heroku/cedar:14
- docker pull heroku/heroku:16-build
- docker pull heroku/heroku:18-build
- docker pull $IMAGE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@edmorley edmorley merged commit 9618838 into master Apr 21, 2020
@edmorley edmorley deleted the edmorley-test-heroku-20 branch April 21, 2020 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants