[Build] Build using freshly built LLVM 15.0.7 - #216
Merged
Conversation
hughperkins
force-pushed
the
hp/self-built-llvm
branch
from
September 21, 2025 18:13
7c0bd29 to
802423c
Compare
hughperkins
commented
Sep 21, 2025
| PYTHON_VERSION: '3.12' | ||
| - PYTHON_CP_VERSION: 'cp313' | ||
| PYTHON_VERSION: '3.13' | ||
| PYTHON_VERSION: ['3.10', '3.11', '3.12', '3.13'] |
Collaborator
Author
There was a problem hiding this comment.
I cleaned this up a bit. This isnt necessary, but seemed worth doing.
hughperkins
commented
Sep 21, 2025
|
|
||
| if (LINUX) | ||
| target_link_libraries(${CORE_LIBRARY_NAME} PRIVATE X11 pthread) | ||
| target_link_libraries(${CORE_LIBRARY_NAME} PRIVATE pthread) |
Collaborator
Author
There was a problem hiding this comment.
removed superflous x11. not strictly necesssary, but since. I noticed it.
hughperkins
commented
Sep 21, 2025
| execute_command("sudo apt-get update") | ||
| if self.build_type == "ci": | ||
| execute_command("sudo apt-get install -y python3-dev libx11-dev") | ||
| execute_command("sudo apt-get install -y python3-dev") |
Collaborator
Author
There was a problem hiding this comment.
removed superflous x11. not strictly necesssary, but since. I noticed it.
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 18:58 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 18:58 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 18:58 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 18:58 — with
GitHub Actions
Inactive
hughperkins
had a problem deploying
to
publish_pypi
September 21, 2025 19:08 — with
GitHub Actions
Failure
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 19:08 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 19:08 — with
GitHub Actions
Inactive
hughperkins
had a problem deploying
to
publish_pypi
September 21, 2025 19:08 — with
GitHub Actions
Failure
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 19:38 — with
GitHub Actions
Inactive
hughperkins
marked this pull request as ready for review
September 21, 2025 19:39
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 19:43 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 20:35 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 20:35 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 20:35 — with
GitHub Actions
Inactive
hughperkins
temporarily deployed
to
publish_pypi
September 21, 2025 20:35 — with
GitHub Actions
Inactive
CharlesMasson
approved these changes
Sep 22, 2025
Collaborator
Author
|
Note that Genesis passes benchmarks, using this branch, Genesis-Embodied-AI/genesis-world#1762 |
duburcqa
approved these changes
Oct 4, 2025
erizmr
approved these changes
Oct 6, 2025
YilingQiao
approved these changes
Oct 7, 2025
Collaborator
Author
|
Thanks! |
hughperkins
enabled auto-merge (squash)
October 7, 2025 03:13
hughperkins
disabled auto-merge
October 7, 2025 03:15
Collaborator
Author
|
Did a binary search over llvm builds: |
Contributor
|
Binary search for what? I must have missed something |
Collaborator
Author
|
This build is failing, on Mac.
…On Tue, Oct 7, 2025, 02:53 Alexis DUBURCQ ***@***.***> wrote:
*duburcqa* left a comment (Genesis-Embodied-AI/quadrants#216)
<#216 (comment)>
Binary search for what? I must have missed something
—
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6FKBK7SAF45GNJ5VOGQD3WNPP7AVCNFSM6AAAAACHDC7GVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNZVGQ2TSNJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
Author
|
Fixed in Genesis-Embodied-AI/quadrants-sdk-builds#12 Will wait for that to be merged, then do a non-pre-release llvm build, and update this branch to use the updated non-pre-release llvm build. |
Collaborator
Author
|
Yay! 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #
Brief Summary
Genesis tests ran to completion Genesis-Embodied-AI/genesis-world#1762
(Not sure if any effect on performance. @duburcqa ?)
copilot:summary
Walkthrough
copilot:walkthrough