-
Notifications
You must be signed in to change notification settings - Fork 34
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
[email protected]_py312.rb:checkin new version of coin3d #571
Conversation
current build error from CI
|
14b865d
to
8696895
Compare
current build err with macos arm runner (taken from raw log), seems to be related to soqt
|
a4904ce
to
3dd372b
Compare
|
50b8aae
to
af1b1df
Compare
getting the local build error when running
and looking at the dep order, it looks pivy can use soqt as optional dep, so probably attempt to build soqt before pivy 🧐 |
26b4267
to
391a856
Compare
am able to build and install locally (arch linux) but am running into the below error,
|
391a856
to
caa9c97
Compare
current build error with macos ci arm runner,
seems like it could be related to separation of the python-setuptools into it's own package / formula file. 🧐
it seems using the upstream homebrew/homebrew-core implementation of setting up pivy using the below lines possibly resolves the above build issues.
|
caa9c97
to
d2fde4c
Compare
d2fde4c
to
ccf0aa4
Compare
Closes #571. Signed-off-by: Chris <[email protected]>
output from running above command should output something similiar to the below
Not all PRs require passing these checks ie. adding
[no ci]
in the commit message will prevent the CI from running but PRs that change formula files generally should run through the CI checks that way new bottles are built and uploaded to the repository thus not having to build all formula from source but rather installing from a bottle (significantly faster 🐰 ... 🐢)For more information about this template file learn more