Commit 1a26e8d
build: Pre-download gflags source in Ubuntu container image (#16713)
Summary:
- Pre-downloads the gflags v2.2.2 source tarball into the Ubuntu Docker image at `/velox/deps-sources/gflags-v2.2.2.tar.gz`
- This allows CI jobs that use `gflags_SOURCE=BUNDLED` to set `VELOX_GFLAGS_URL` to the local copy, avoiding a GitHub download on every run
- Needed by PR #16424 which switches ubuntu-debug to SYSTEM dependencies with BUNDLED gflags
Pull Request resolved: #16713
Test Plan:
- [ ] Docker image builds successfully (triggered automatically by this PR)
- [ ] Verify the tarball exists at `/velox/deps-sources/gflags-v2.2.2.tar.gz` in the built image
Reviewed By: pratikpugalia
Differential Revision: D96080928
Pulled By: kgpai
fbshipit-source-id: d25d0435ee6f1923408bdf83c45f8ee5fc4513561 parent b423dc1 commit 1a26e8d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
0 commit comments