Skip to content

Commit 4060c11

Browse files
rstammerkojix2
authored andcommitted
Drop rbczmq from docker config
1 parent 821a3ef commit 4060c11

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/Dockerfile.main.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM iruby-test-base:ruby-<%= ruby_version %>
22

3-
RUN gem install cztop \
4-
&& gem install rbczmq -- --with-system-libs
5-
3+
RUN gem install cztop
64
RUN mkdir -p /iruby
75
ADD . /iruby
86
WORKDIR /iruby

run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
export PYTHON=python3
66

7-
ADAPTERS="cztop rbczmq ffi-rzmq pyzmq"
7+
ADAPTERS="cztop ffi-rzmq pyzmq"
88

99
for adapter in $ADAPTERS; do
1010
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter

0 commit comments

Comments
 (0)