Closed
Bug 1188851
Opened 10 years ago
Closed 10 years ago
docker image building: running `bootstrap.py` from the `default` branch precludes testing on try
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dustin, Assigned: dustin)
Details
testing/docker/ubuntu32-build/build-setup.sh:
# run mozbootstrap to install build specific dependencies
wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
python bootstrap.py --application-choice=desktop --no-interactive
So even when we have automatic rebuilds of docker images, this won't allow users to pull from try. It's probably best to fix this when we implement such automatic rebuilds, and just work around it for now.
Assignee | ||
Comment 1•10 years ago
|
||
(worth noting, bootstrap.py itself also hard-codes `default`)
Assignee | ||
Comment 2•10 years ago
|
||
I found a good (well, it'd be better if Docker wasn't so religious) way to do this over in bug 1189892. It involves mounting the current gecko tree (from which build.sh is run) at /gecko during the build process. This is easier said than done, but not impossible.
Assignee: nobody → dustin
Assignee | ||
Comment 3•10 years ago
|
||
In fact, we're not using bootstrap anymore, so nothing to do here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•