Skip to content

build: bootstrap depot_tools before fetching the WebRTC source - #277

Merged
devopvoid merged 1 commit into
devopvoid:mainfrom
SendableMetatype:fix/depot-tools-bootstrap
Sep 8, 2026
Merged

build: bootstrap depot_tools before fetching the WebRTC source#277
devopvoid merged 1 commit into
devopvoid:mainfrom
SendableMetatype:fix/depot-tools-bootstrap

Conversation

@SendableMetatype

Copy link
Copy Markdown
Contributor

depot_tools commit d4e95894 changed the fetch wrapper to run the hermetic Python from depot_tools' own python-bin directory, which only exists after the bootstrap that fetch used to perform itself. A fresh clone followed by fetch now fails with "python3_bin_reldir.txt not found", the checkout never happens, and the build fails later on missing objects. Every build without a cached WebRTC library on Linux and macOS has failed this way since 2026-09-08; warm builds still pass, which hides it until the next cold one. Running ensure_bootstrap right after the clone restores the previous behavior. The Windows wrapper still bootstraps on its own.

depot_tools commit d4e95894 changed the fetch wrapper to run the
hermetic Python from depot_tools' own python-bin directory, which only
exists after the bootstrap that fetch used to perform itself. A fresh
clone followed by fetch now fails with "python3_bin_reldir.txt not
found", the checkout never happens, and the build fails later on
missing objects. Every build without a cached WebRTC library on Linux
and macOS has failed this way since 2026-09-08. Running ensure_bootstrap
right after the clone restores the previous behavior. The Windows
wrapper still bootstraps on its own.
@devopvoid
devopvoid merged commit 4c116dc into devopvoid:main Sep 8, 2026
1 check passed
@SendableMetatype
SendableMetatype deleted the fix/depot-tools-bootstrap branch September 8, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants