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 release on Ubuntu 18 #445

Conversation

stopdropandrew
Copy link
Contributor

Changed all runners to use ubuntu-18.04.

I closed #444 in favor of building on ubuntu 18 and older version of glibc.

@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #445 (1203bde) into master (602d1a2) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #445      +/-   ##
==========================================
+ Coverage   96.42%   96.44%   +0.01%     
==========================================
  Files          14       14              
  Lines        5228     5257      +29     
==========================================
+ Hits         5041     5070      +29     
  Misses        187      187              
Impacted Files Coverage Δ
src/formatters/expression.rs 97.04% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2241716...1203bde. Read the comment docs.

@matthargett
Copy link

will these binaries be compatible with new Ubuntu LTS when it's released?

@stopdropandrew
Copy link
Contributor Author

My understanding is that glibc is generally backwards compatible, but never forwards compatible.

@JohnnyMorganz
Copy link
Owner

Thanks!

@JohnnyMorganz JohnnyMorganz merged commit bf71c6b into JohnnyMorganz:master Apr 20, 2022
JohnnyMorganz added a commit to JohnnyMorganz/rojo that referenced this pull request Jun 26, 2022
ubuntu-latest uses Ubuntu 20.04, this causes issues with glibc as older versions of ubuntu/other distros use an older version.

This is fixed by building the release binary on `ubuntu-18.04`, which uses a version of glibc more widely available.

Ref: JohnnyMorganz/StyLua#444
JohnnyMorganz/StyLua#445
LPGhatguy pushed a commit to rojo-rbx/rojo that referenced this pull request Jun 26, 2022
ubuntu-latest uses Ubuntu 20.04, this causes issues with glibc as older versions of ubuntu/other distros use an older version.

This is fixed by building the release binary on `ubuntu-18.04`, which uses a version of glibc more widely available.

Ref: JohnnyMorganz/StyLua#444
JohnnyMorganz/StyLua#445
Dekkonot pushed a commit to UpliftGames/rojo that referenced this pull request Jan 11, 2024
ubuntu-latest uses Ubuntu 20.04, this causes issues with glibc as older versions of ubuntu/other distros use an older version.

This is fixed by building the release binary on `ubuntu-18.04`, which uses a version of glibc more widely available.

Ref: JohnnyMorganz/StyLua#444
JohnnyMorganz/StyLua#445
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.

None yet

3 participants