We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821a3ef commit 4060c11Copy full SHA for 4060c11
ci/Dockerfile.main.erb
@@ -1,8 +1,6 @@
1
FROM iruby-test-base:ruby-<%= ruby_version %>
2
3
-RUN gem install cztop \
4
- && gem install rbczmq -- --with-system-libs
5
-
+RUN gem install cztop
6
RUN mkdir -p /iruby
7
ADD . /iruby
8
WORKDIR /iruby
run-test.sh
@@ -4,7 +4,7 @@ set -ex
export PYTHON=python3
-ADAPTERS="cztop rbczmq ffi-rzmq pyzmq"
+ADAPTERS="cztop ffi-rzmq pyzmq"
9
for adapter in $ADAPTERS; do
10
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
0 commit comments