Closed zmughal closed 6 years ago
The TravisCI build seems to only fail under
- { perl: "system", os: "osx", env: "PERL_ZMQ_TEST_TARGET=ZMQ-LibZMQ2" }
at the xt/102_eg_threaded.t
test which hangs (when I run this locally, the test passes but only sometimes — it also hangs locally).
Should this specific build configuration be commented out in TravisCI for now?
@lestrrat , just a reminder!
@lestrrat, @mosconi, thoughts on this PR?
Instead of using the entire contents of
$ENV{ZMQ_LIBS}
, this only uses the linker paths (-L
).Inserting the rpath was done correctly before at https://github.com/lestrrat/p5-ZMQ/commit/0b42da62f401fd1d4d83aabe9d933b517e803a98.