Page MenuHome

deps_builder: fix hardcoded path
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Oct 10 2022, 7:21 PM.

Details

Summary

the windows builder has 2 different build folders for
the debug and release libs, hardcoding the path like
this leads to an extra 1GB of downloaded files. The
windows builder supplies a single PACKAGE_DIR for both
but gets ignored.

I don't see a good reason to hardcode it like this.
I validated make make_source_archive still works on
linux after the change.

Diff Detail

Repository
rB Blender
Branch
tmp_package_dir (branched from master)
Build Status
Buildable 24208
Build 24208: arc lint + arc unit

Event Timeline

Ray Molenkamp (LazyDodo) requested review of this revision.Oct 10 2022, 7:21 PM
Ray Molenkamp (LazyDodo) created this revision.
This revision is now accepted and ready to land.Oct 12 2022, 6:06 PM

I didn' t test it, but If it works +1

This revision was automatically updated to reflect the committed changes.