Sign in
android
/
platform
/
external
/
rust
/
crates
/
num_cpus
/
be0ac682b95f7e9b25b26f192e373032aff4c433
/
.
/
ci
/
cgroups
/
Dockerfile
blob: d5f288a514789315878ce05b1aa882580f939229 [
file
] [
log
] [
blame
]
FROM rust
:
1.40
WORKDIR
/
usr
/
num_cpus
COPY
.
.
RUN cargo build
CMD
[
"cargo"
,
"test"
,
"--lib"
]