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 macos with homebrew lua that is not deprecated #6509

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

garlick
Copy link
Member

@garlick garlick commented Dec 15, 2024

Problem: macos ci builds are failing (that didn't take long!) because apparently the lua I chose was about to be deprecated, and now is.

This fixes that.

Problem: homebrew has apparently deprecated lua5.3 on macos
as CI builds now fail with "[email protected] has been disabled! It will be
disabled on 2024-12-14".

Install the current lua package on macos instead (5.4.7 as of now).
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.60%. Comparing base (f26ecc0) to head (302d735).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6509      +/-   ##
==========================================
- Coverage   83.63%   83.60%   -0.04%     
==========================================
  Files         525      525              
  Lines       87693    87693              
==========================================
- Hits        73342    73313      -29     
- Misses      14351    14380      +29     

see 9 files with indirect coverage changes

@mergify mergify bot merged commit 23e0f78 into flux-framework:master Dec 15, 2024
35 checks passed
@garlick garlick deleted the fix_macos_ci branch December 15, 2024 15:43
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.

2 participants