Skip to content

Commit 07484cb

Browse files
committed
fixup! Remove BinaryBuilder and fix tests on nightly
1 parent da66c79 commit 07484cb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

test/ClangTests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ __revise_mode__ = :eval
1313

1414
using ReTest
1515

16-
include("jllenvs.jl")
17-
include("file.jl")
18-
include("generators.jl")
19-
include("module.jl")
16+
# include("jllenvs.jl")
17+
# include("file.jl")
18+
# include("generators.jl")
19+
# include("module.jl")
2020

21-
include("test_mpi.jl")
21+
# include("test_mpi.jl")
2222
include("test_bitfield.jl")
2323

2424
end

test/test_bitfield.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ function build_libbitfield()
4646
output_path = joinpath(@__DIR__, "LibBitField.jl")
4747
options["general"]["library_name"] = "\"$(escape_string(lib_path))\""
4848
options["general"]["output_file_path"] = output_path
49+
50+
run(`file $(lib_path)`)
51+
run(`ldd $(lib_path)`)
52+
4953
ctx = create_context(headers, args, options)
5054
build!(ctx)
5155

0 commit comments

Comments
 (0)