github workflows #119
bradbell
started this conversation in
Development
Replies: 1 comment
-
The fedora package testing if failing on a ppc64le system; see the build.log for
I would like to reproduce this problem using github actions. I tried using It seemed to hang at the following point:
Does anyone have a suggestion to get this to work, or some other way to reproduce the failure of the Fedora package testing ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is some problem with CMake detecting the mkstemp utility on the macos-latest system.
The following test version of the cmake mkstemp detection scripts find the mkstemp utility:
https://github.com/bradbell/tst_github/blob/main/mkstemp/CMakeLists.txt
Here is the resulting test output
https://github.com/bradbell/tst_github/runs/3525307701?check_suite_focus=true
You will note that this script finds mkstemp because cmake has the following output
TheCppAD actions branch has a version of the CppAD test that comments out the make check (so it runs much faster than the normail CppAD test):
https://github.com/coin-or/CppAD/blob/actions/.github/workflows/ci_test.yml
The corresponding cmake output can be seen here
https://github.com/coin-or/CppAD/runs/3525397477?check_suite_focus=true
where you will see
I have not been able to figure out why mkstemp is not being detected in this test ?
Beta Was this translation helpful? Give feedback.
All reactions