We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it me or are tests not running on OSX?
Going through the history of actions I can find successful actions for OSX but they don't seem to run any tests:
Last successful test on OSX was: https://github.com/zeromq/czmq/actions/runs/3630043596/jobs/6122936593
/Applications/Xcode_14.0.1.app/Contents/Developer/usr/bin/make check-TESTS check-local ============================================================================ Testsuite summary for czmq 4.2.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Nothing to be done for `check-local'.
Latest PR just freezes: https://github.com/zeromq/czmq/actions/runs/4020008389/jobs/6907477672
/Applications/Xcode_14.2.app/Contents/Developer/usr/bin/make check-TESTS check-local ============================================================================ Testsuite summary for czmq 4.2.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ rm -rf "src/selftest-rw" mkdir -p "src/selftest-rw" COPYDIR src/selftest-ro make[3]: Circular src/selftest-ro <- src/selftest-ro dependency dropped. /bin/sh ./libtool --mode=execute ./src/czmq_selftest Error: The operation was canceled.
I puzzled by why the test gives no output at all. I have a remote OSX 10.15 system on which tests do run.
The text was updated successfully, but these errors were encountered:
This must something specific to the newer OSX runners. Any OSX gurus out here?
Last successful run was on Jan 26. But I don't think it was running any test, just a build.
Sorry, something went wrong.
No branches or pull requests
Is it me or are tests not running on OSX?
Going through the history of actions I can find successful actions for OSX but they don't seem to run any tests:
Last successful test on OSX was: https://github.com/zeromq/czmq/actions/runs/3630043596/jobs/6122936593
Latest PR just freezes: https://github.com/zeromq/czmq/actions/runs/4020008389/jobs/6907477672
I puzzled by why the test gives no output at all. I have a remote OSX 10.15 system on which tests do run.
The text was updated successfully, but these errors were encountered: