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

Build using Ubuntu 18.04. #64

Merged
merged 2 commits into from
Feb 10, 2023
Merged

Build using Ubuntu 18.04. #64

merged 2 commits into from
Feb 10, 2023

Conversation

bcipriano
Copy link
Contributor

@bcipriano bcipriano commented Jan 11, 2023

Fixes zonkyio/embedded-postgres#99 for me, and might help zonkyio/embedded-postgres#95 -- I can't reproduce that issue so I'm not sure.

A local build using Ubuntu 18.04 functions as expected in Arm64v8+Docker.

Changes needed:

  • tzdata setup hangs during build unless you set a default timezone before installing.
  • sudo doesn't exist anymore.
  • libossp-uuid.so.16 has moved.
  • libssl and libcrypto have moved, and the version has changed slightly (1.1 instead of 1.0.0).

I'm sure there are things I've missed that need to be considered before upgrading, let me know if there are any changes I can make.

@tomix26
Copy link
Collaborator

tomix26 commented Jan 16, 2023

Thank you very much for your contribution, I will take a look at it as soon as possible.

@tomix26
Copy link
Collaborator

tomix26 commented Jan 16, 2023

There are some failures, but it doesn't seem that it is caused by your changes. Because the same or similar errors occur even on master branch. So I will look into this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SUM(bigint) produces strange results on M1 mac in Docker
2 participants