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

Fix having -O2 in path to otp repo #9488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garazdawi
Copy link
Contributor

closes #9487

@garazdawi garazdawi added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Feb 24, 2025
@garazdawi garazdawi added this to the OTP-28.0 milestone Feb 24, 2025
@garazdawi garazdawi requested a review from bjorng February 24, 2025 20:52
@garazdawi garazdawi self-assigned this Feb 24, 2025
Copy link
Contributor

github-actions bot commented Feb 24, 2025

CT Test Results

    3 files    141 suites   49m 59s ⏱️
1 602 tests 1 553 ✅ 49 💤 0 ❌
2 311 runs  2 242 ✅ 69 💤 0 ❌

Results for commit 0599222.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@@ -209,8 +209,7 @@ LIBS += $(TYPE_LIBS)
ORIG_LIBS:= $(LIBS)

comma:=,
space:=
space+=
space:=$(subst ,, )
Copy link
Contributor

Choose a reason for hiding this comment

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

I find this a little bit confusing. The documentation for make suggests the following, which I think is clearer:

Suggested change
space:=$(subst ,, )
empty:=
space:=$(empty) $(empty)

@bjorng
Copy link
Contributor

bjorng commented Feb 25, 2025

I don't understand why it fails in a directory named "LINFO2", which has no hyphen before "O2". However, I can confirm that it indeed fails and that this PR eliminates the build failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OTP fails build in folder with name ending in O2
2 participants