Commit a6a81ae
committed
ci: Disable building std for AIX
```
error[E0425]: cannot find function `getenv` in this scope
--> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs:285:22
|
285 | if let Some(p) = getenv(OsStr::from_bytes("PATH".as_bytes())) {
| ^^^^^^ not found in this scope
|
help: consider importing one of these functions
|
8 + use crate::sys::env::getenv;
|
8 + use libc::getenv;
|
```1 parent af0206e commit a6a81ae
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments