Skip to content

Commit 53d024f

Browse files
committed
Get rid of Conan download cache bloat in /tmp
Images had 1.5GB of download cache in /tmp/downloads/c Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
1 parent e5cec3e commit 53d024f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# 2025-12-06
6+
7+
Re-releasing 2025.5 / 2025.4 / 2026.2 without 1.5GB of Conan download cache bloat.
8+
59
# 2025-11-09
610

711
2024.5 / 2025.4 / 2026.2 releases. VFX Platform 2026 release is now feature complete.
@@ -11,9 +15,9 @@ All notable changes to this project will be documented in this file.
1115
- OIIO 3.x in 2025/2026 builds against OpenJPH to handle JPEG-2000 j2c files ([#312](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/312))
1216
- Add build_XXX.sh in /usr/local and missing env vars to ci-XXX images to help test images ([307](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/307))
1317
- Separate ci-imath image include Imath dependencies but not Imath itself ([306](https://github.com/AcademySoftwareFoundation/aswf-docker/issues/306))
14-
- 2024.4
18+
- 2024.5
1519
- Update OpenEXR 3.2.4 to 3.2.5 to address potential buffer overflow / use after free issues
16-
- 2025.3
20+
- 2025.4
1721
- Update OpenEXR 3.3.5 to 3.3.6 to address potential buffer overflow / use after free issues
1822
- 2026.2
1923
- Update OpenVDB 12.1.1 to 13.0.0. VFX Platform 2026 is now feature complete.

scripts/common/install_conanpackages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ else
4343
conan install --requires=$CONANREF --profile:all=${ASWF_CONAN_HOME}/.conan2/profiles_${ASWF_PKG_ORG}/${ASWF_CONAN_CHANNEL} --deployer-folder $1 --deployer=full_deploy
4444
done
4545

46+
# Clean up the Conan download cache
47+
conan cache clean "*" --download
48+
4649
# The full_deploy generator just copies over generated CMake files which may contain absolute paths pointing inside the Conan cache
4750
# in the format:
4851
# /opt/conan_home/d/b/boost64b7fc4516f80/p/...

0 commit comments

Comments
 (0)