icecat: update to upstream version 128.0.14-1gnu1
This commit is contained in:
parent
0cdda4f34e
commit
56c3deff60
77 changed files with 8997 additions and 3862 deletions
|
|
@ -35,7 +35,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG
|
|||
--verbose \
|
||||
buster \
|
||||
/srv/buster-amd64 \
|
||||
http://deb.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \
|
||||
http://archive.debian.org/debian || (echo "Debootstrap failed, outputting log:" && cat /srv/buster-amd64/debootstrap/debootstrap.log && exit 1) && \
|
||||
chroot /srv/buster-amd64 /bin/bash -c "\
|
||||
dpkg --add-architecture arm64 && \
|
||||
apt-get update && \
|
||||
|
|
|
|||
|
|
@ -2221,6 +2221,8 @@ def build_task(config, tasks):
|
|||
"kind": config.kind,
|
||||
"label": task["label"],
|
||||
"retrigger": "true" if attributes.get("retrigger", False) else "false",
|
||||
"project": config.params["project"],
|
||||
"trust-domain": config.graph_config["trust-domain"],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue