Skip to content

Commit

Permalink
Bug 1762037 - Update the lint docker image from Ubuntu 18.04 to Debia…
Browse files Browse the repository at this point in the history
…n 11 r=linter-reviewers,ahal

Differential Revision: https://phabricator.services.mozilla.com/D142376
  • Loading branch information
sylvestre committed Apr 1, 2022
1 parent 3422c03 commit e9fbb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taskcluster/ci/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- deb11-valgrind
lint:
symbol: I(lnt)
parent: ubuntu1804-base
parent: debian11-base
# Neither the debian10-raw nor the debian10-packages images can have
# packages dependencies.
debian10-raw:
Expand Down
3 changes: 1 addition & 2 deletions taskcluster/docker/lint/system-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ apt_packages+=('curl')
apt_packages+=('iproute2')
apt_packages+=('locales')
apt_packages+=('graphviz')
apt_packages+=('python')
apt_packages+=('python-pip')
apt_packages+=('python3-pip')
apt_packages+=('python-is-python3')
apt_packages+=('shellcheck')
apt_packages+=('sudo')
apt_packages+=('wget')
Expand Down

0 comments on commit e9fbb79

Please sign in to comment.