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

push.yml: probable fix #1764 #1765

Merged
merged 1 commit into from Jul 29, 2023
Merged

push.yml: probable fix #1764 #1765

merged 1 commit into from Jul 29, 2023

Conversation

ia
Copy link
Collaborator

@ia ia commented Jul 28, 2023

  • Please check if the PR fulfills these requirements
  • The changes have been tested locally
  • There are no breaking changes
  • What kind of change does this PR introduce?
    Fix Multi-lang builds of Pinecilv2 fail with ld/lto1 errors #1764 bug (but maybe introduces new bugs).

  • What is the current behavior?
    Multi-lang builds for PinecilV2 crash with link-related errors due to nuances of calling multiple targets in parallel using external helper Makefile.

  • What is the new behavior (if this is a feature change)?
    Hopefully fixing crashes of multi-lang builds for PinecilV2 by calling source/Makefile directly using -C option without involving top-level Makefile.

  • Other information:
    See Multi-lang builds of Pinecilv2 fail with ld/lto1 errors #1764 issue report for the full details.

This probable fix has been tested locally. While problematic behavior is reproducible with 99% rate, after just switching a call from make to make -C in test.sh more than dozen builds have been done successfully without any related issues to compiling & linking.

@Ralim Ralim merged commit 05d0ef6 into Ralim:dev Jul 29, 2023
15 checks passed
@ia ia deleted the push-make-fix branch July 30, 2023 17:57
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.

Multi-lang builds of Pinecilv2 fail with ld/lto1 errors
2 participants