File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ matrix:
103
103
rust : beta
104
104
- os : linux
105
105
env : TARGET=asmjs-unknown-emscripten
106
- rust : beta
106
+ rust : stable
107
107
- os : linux
108
108
env : TARGET=wasm32-unknown-emscripten
109
- rust : beta
109
+ rust : stable
110
110
111
111
# beta
112
112
- os : linux
Original file line number Diff line number Diff line change @@ -460,7 +460,8 @@ fn main() {
460
460
"setpgid" | "setpgrp" | "setspent" | "settimeofday" | "setxattr" | "shmat" |
461
461
"shmctl" | "shmdt" | "shmget" | "sigaltstack" | "signalfd" | "sigsuspend" |
462
462
"sigtimedwait" | "sigwait" | "sigwaitinfo" | "splice" | "sync_file_range" |
463
- "syscall" | "sysinfo" | "tee" | "umount" | "umount2" | "unshare" | "vmsplice"
463
+ "syscall" | "sysinfo" | "tee" | "umount" | "umount2" | "unshare" | "vmsplice" |
464
+ "swapoff" | "vhangup" | "swapon" | "personality"
464
465
if emscripten => true ,
465
466
466
467
// n if n.starts_with("epoll") && emscripten => true,
You can’t perform that action at this time.
0 commit comments