Skip to content

CI: Update Mac CI to use gmake#8957

Merged
daywalker90 merged 1 commit into
ElementsProject:masterfrom
ddustin:ddustin/gmake_on_ci
Jun 16, 2026
Merged

CI: Update Mac CI to use gmake#8957
daywalker90 merged 1 commit into
ElementsProject:masterfrom
ddustin:ddustin/gmake_on_ci

Conversation

@ddustin

@ddustin ddustin commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

gmake is kept up to date while make is apple’s built in mac that is not updated and very old at this point.

@ddustin ddustin force-pushed the ddustin/gmake_on_ci branch 10 times, most recently from 25a051f to 529ea39 Compare March 20, 2026 17:07
@daywalker90 daywalker90 force-pushed the ddustin/gmake_on_ci branch from 529ea39 to 1546b3c Compare April 13, 2026 20:19
@ddustin ddustin added this to the v26.06 milestone May 20, 2026
Comment thread configure Outdated
TMPOBJFILE=$CONFIG_VAR_FILE.$$.o

echo "int foo(void); int foo(void) { return 0; }" > $TMPCFILE
$1 $2 -ffunction-sections -Wl,--gc-sections -c $TMPCFILE -o $TMPOBJFILE

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why remove -c?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Nice catch, didn't mean to commit that!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Turns out it was the right call. #9072 removes -c.

@madelinevibes madelinevibes modified the milestones: v26.06, v26.09 Jun 4, 2026
@madelinevibes madelinevibes added the Status::Ready for Review The work has been completed and is now awaiting evaluation or approval. label Jun 8, 2026
`gmake` is kept up to date while `make` is apple’s built in mac that is not updated and very old at this point.

Changelog-None
@ddustin ddustin force-pushed the ddustin/gmake_on_ci branch from 1546b3c to 3d1bf43 Compare June 15, 2026 19:55
@daywalker90

Copy link
Copy Markdown
Collaborator

lgtm

@daywalker90 daywalker90 merged commit aff0619 into ElementsProject:master Jun 16, 2026
38 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status::Ready for Review The work has been completed and is now awaiting evaluation or approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants