Skip to content

Commit

Permalink
Merge branch 'main' into 2204_wayland_from_community
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Feb 14, 2024
2 parents 10b081d + e35eac1 commit 1dc6ab2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for h in ${helpers_dir}/*.sh; do
. $h;
done

retry apt-get install -y parallel
retry apt-get install -y parallel tmux htop vim nano zstd screen curl git

# Do one final package cleanup, just in case.
apt-get autoremove -y --purge
12 changes: 12 additions & 0 deletions scripts/translations-worker-requirements/02-gcp-ops-agent.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -exv

# init helpers
helpers_dir=${MONOPACKER_HELPERS_DIR:-"/etc/monopacker/scripts"}
for h in ${helpers_dir}/*.sh; do
. $h;
done

retry curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh
bash add-google-cloud-ops-agent-repo.sh --also-install
1 change: 1 addition & 0 deletions scripts/ubuntu-worker-requirements/01-deb-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ retry apt-get install -y \
libhunspell-1.7-0 \
libhunspell-dev \
mercurial \
python3-pip \
python3-zstd \
python3-certifi \
python3-psutil \
Expand Down
2 changes: 1 addition & 1 deletion template/vars/taskcluster_version_translations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This defines the current Taskcluster version, the default version for worker-runner and workers.
env_vars:
TASKCLUSTER_VERSION: 59.1.3
TASKCLUSTER_VERSION: 60.1.2

0 comments on commit 1dc6ab2

Please sign in to comment.