Skip to content

Commit

Permalink
make: Create TMPDIR on docker-shell target
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet authored and cdecker committed Aug 3, 2023
1 parent 202cd74 commit ba1aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docker-image: ${REPO_ROOT}/libs/gl-testing/Dockerfile

docker-shell:
mkdir -p /tmp/target && \
mkdir -p /tmp/gltesting && \
mkdir -p /tmp/gltesting/tmp && \
mkdir -p /tmp/gl-cargo-registry && \
docker run \
-ti \
Expand Down

0 comments on commit ba1aa44

Please sign in to comment.