Skip to content

Commit 0eaec38

Browse files
committed
[GR-15581] Fix Docker testing.
PullRequest: truffleruby/830
2 parents d89b489 + d4cf54e commit 0eaec38

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
slow:Struct::Passwd returns user name
22
slow:Struct::Passwd returns user id
33
darwin:Struct::Passwd returns user group id
4+
slow:Struct::Passwd returns user group id
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails(spurious):Socket::IPSocket#getaddress raises an error on unknown hostnames

spec/truffle/posix_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
before :all do
1313
src = fixture __FILE__, "libtestnfi.c"
1414
lib = src[0...-1] + RbConfig::CONFIG['NATIVE_DLEXT']
15-
unless system "cc", "-shared", "-o", lib, src
15+
unless system "clang", "-shared", "-o", lib, src
1616
abort "Could not compile libtestnfi"
1717
end
1818

0 commit comments

Comments
 (0)