File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111PREFIX=" $HOME /deps/$CACHE_BASENAME "
1212ZIG=" $PREFIX /bin/zig"
1313
14- export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1/bin:$HOME /local/bin:$PATH "
14+ export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1.1 /bin:$HOME /local/bin:$PATH "
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111PREFIX=" $HOME /deps/$CACHE_BASENAME "
1212ZIG=" $PREFIX /bin/zig"
1313
14- export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1/bin:$HOME /local/bin:$PATH "
14+ export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1.1 /bin:$HOME /local/bin:$PATH "
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111PREFIX=" $HOME /deps/$CACHE_BASENAME "
1212ZIG=" $PREFIX /bin/zig"
1313
14- export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1/bin:$HOME /local/bin:$PATH "
14+ export PATH=" $HOME /deps/wasmtime-v29.0.0-x86_64-linux:$HOME /deps/qemu-linux-x86_64-10.1.1.1 /bin:$HOME /local/bin:$PATH "
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just
Original file line number Diff line number Diff line change @@ -1695,11 +1695,6 @@ test "Thread.getCurrentId" {
16951695test "thread local storage" {
16961696 if (builtin .single_threaded ) return error .SkipZigTest ;
16971697
1698- if (builtin .cpu .arch == .armeb or builtin .cpu .arch == .thumbeb ) {
1699- // https://github.com/ziglang/zig/issues/24061
1700- return error .SkipZigTest ;
1701- }
1702-
17031698 const thread1 = try Thread .spawn (.{}, testTls , .{});
17041699 const thread2 = try Thread .spawn (.{}, testTls , .{});
17051700 try testTls ();
You can’t perform that action at this time.
0 commit comments