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 compile on Fedora 38 (cargo upgrade mozangle to v0.3.4) #29879

Conversation

Hockenberry
Copy link

The changeset upgrades the Cargo.lock file to use mozangle v0.3.4. This also requires to upgrade the 'cc' dependency to v1.0.79.

I was unable to compile the servo/servo main branch. The fix for the compile error was already provided with servo/mozangle v0.3.4. The Cargo.lock file locked the version to v0.3.3.

After applying these changes my Fedora 38 box builds the servo debug binary successfully.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #___ (GitHub issue number if applicable)
  • There are tests for these changes OR
  • These changes do not require tests because it solves a build issue.

I was unable to compile the servo/servo main branch. The fix for the
compile error was already provided with servo/mozangle v0.3.4. The
Cargo.lock file locked the version to v0.3.3.

The changeset upgrades the Cargo.lock file to use mozangle
v0.3.4. This also requires to upgrade the 'cc' dependency to
v1.0.79.

After applying these changes my Fedora 38 box builds the
servo debug binary successfully.

Signed-off-by: Marco Schmidt <marco.schmidt@taugamma.eu>
@mrobinson
Copy link
Member

Can you also try running ./mach test-unit --release --with-layout-2013 ? A similar change was backed out because it broke the CI.

@mrobinson
Copy link
Member

@bors-servo try

@bors-servo
Copy link
Contributor

⌛ Trying commit 917209a with merge 154654c...

bors-servo added a commit that referenced this pull request Jun 15, 2023
…st, r=<try>

Fix compile on Fedora 38 (cargo upgrade mozangle to v0.3.4)

The changeset upgrades the Cargo.lock file to use mozangle v0.3.4. This also requires to upgrade the 'cc' dependency to v1.0.79.

I was unable to compile the servo/servo main branch. The fix for the compile error was already provided with servo/mozangle v0.3.4. The Cargo.lock file locked the version to v0.3.3.

After applying these changes my Fedora 38 box builds the servo debug binary successfully.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it solves a build issue.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
@Hockenberry
Copy link
Author

Just like #29849 this change breaks ./mach test-unit with a compile error...

@bors-servo
Copy link
Contributor

💥 Test timed out

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