You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using oci-spec in a roundabout way via intel-mkl-src [0.8.0] -> ocipkg [0.2.9].
Build output
error[E0599]: no variant or associated item named `RlimitNofile` found for enum `PosixRlimitType` in the current scope
--> C:\Users\Xerxes004\.cargo\registry\src\index.crates.io-6f17d22bba15001f\oci-spec-0.6.6\src\runtime\process.rs:151:39
|
151 | typ: PosixRlimitType::RlimitNofile,
| ^^^^^^^^^^^^ variant or associated item not found in `PosixRlimitType`
...
191 | pub enum PosixRlimitType {
| ------------------------ variant or associated item `RlimitNofile` not found for this enum
error[E0599]: no variant or associated item named `RlimitCpu` found for enum `PosixRlimitType` in the current scope
--> C:\Users\Xerxes004\.cargo\registry\src\index.crates.io-6f17d22bba15001f\oci-spec-0.6.6\src\runtime\process.rs:265:15
|
191 | pub enum PosixRlimitType {
| ------------------------ variant or associated item `RlimitCpu` not found for this enum
...
265 | Self::RlimitCpu
| ^^^^^^^^^ variant or associated item not found in `PosixRlimitType`
I am using oci-spec in a roundabout way via
intel-mkl-src [0.8.0]
->ocipkg [0.2.9]
.Build output
Cargo tree
The text was updated successfully, but these errors were encountered: