make missing directory
This commit is contained in:
parent
7676cc7d58
commit
48bbcfdd85
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ RUN --mount=type=cache,id=cosmo-build-all,target=/cosmopolitan/o,sharing=locked
|
||||||
&& touch -d '@2222222222' "o/$mode/test/libc/calls/getgroups_test.com.runs" \
|
&& touch -d '@2222222222' "o/$mode/test/libc/calls/getgroups_test.com.runs" \
|
||||||
&& touch -d '@2222222222' "o/$mode/test/libc/calls/getpriority_test.com.runs" \
|
&& touch -d '@2222222222' "o/$mode/test/libc/calls/getpriority_test.com.runs" \
|
||||||
# this one can fail in nested podman: \
|
# this one can fail in nested podman: \
|
||||||
|
&& mkdir -p "o/$mode/test/libc/stdio" \
|
||||||
&& touch -d '@2222222222' "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \
|
&& touch -d '@2222222222' "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \
|
||||||
\
|
\
|
||||||
&& ./makeit MODE="$mode" all \
|
&& ./makeit MODE="$mode" all \
|
||||||
|
|
Loading…
Add table
Reference in a new issue