File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ declare -a tests_to_skip=(
27
27
" SparseArrays"
28
28
# Running LinearAlgebra in a separate job
29
29
" LinearAlgebra"
30
- # Skipping Distributed tests
30
+ # Skipping distributed tests because of https://github.com/JuliaLang/Distributed.jl/issues/132
31
31
" Distributed"
32
32
)
33
33
# These tests need multiple workers.
Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ const _: () = {
248
248
pub type sigjmp_buf = [ __jmp_buf_tag ; 1usize ] ;
249
249
pub type jl_taggedvalue_t = _jl_taggedvalue_t ;
250
250
pub type jl_ptls_t = * mut _jl_tls_states_t ;
251
- pub type jl_genericmemory_t = _jl_genericmemory_t ;
252
251
pub type sig_atomic_t = __sig_atomic_t ;
253
252
#[ repr( C ) ]
254
253
#[ derive( Debug , Copy , Clone ) ]
@@ -944,6 +943,7 @@ const _: () = {
944
943
[ "Offset of field: _jl_genericmemory_t::ptr" ]
945
944
[ :: std:: mem:: offset_of!( _jl_genericmemory_t, ptr) - 8usize ] ;
946
945
} ;
946
+ pub type jl_genericmemory_t = _jl_genericmemory_t ;
947
947
#[ repr( C ) ]
948
948
#[ derive( Debug , Copy , Clone ) ]
949
949
pub struct jl_genericmemoryref_t {
You can’t perform that action at this time.
0 commit comments