Skip to content

Commit

Permalink
Quotes
Browse files Browse the repository at this point in the history
9.6G free space available for Ubuntu wheel CI now.
  • Loading branch information
ssheorey committed Mar 26, 2024
1 parent 543292b commit 8928177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ RUN \
&& make install -j$(nproc) \
&& if [ "${PACKAGE}" = "ON" ]; then make package; fi \
&& if [ "${PACKAGE}" = "VIEWER" ]; then make package-Open3DViewer-deb; fi \
&& if [ ${CI:-}a != a ]; then ls | grep -Ev '^bin$|^lib$' | xargs rm -rf ; fi
&& if [ "${CI:-}a" != "a" ]; then ls | grep -Ev \"^bin$|^lib$\" | xargs rm -rf ; fi
# If CI is not null or unset, remove all build folders except bin and lib to save disk space

# Compress ccache folder, move to / directory
Expand Down
1 change: 0 additions & 1 deletion docker/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ cuda_wheel_build() {
-t open3d-ci:wheel \
-f docker/Dockerfile.wheel .
popd
df -h $PWD

python_package_dir=/root/Open3D/build/lib/python_package
docker run -v "${PWD}:/opt/mount" --rm open3d-ci:wheel \
Expand Down

0 comments on commit 8928177

Please sign in to comment.