Skip to content

Commit

Permalink
Ubuntu 22.04 arm64: install NFS packages for Squish
Browse files Browse the repository at this point in the history
Ubuntu 22 arm64 target is missing packages to mount ci-files01 for Squish.

Task-number: QTQAINFRA-6212
Change-Id: Ia5c38f12f2c6ce8ff19d2d46ce1e46f6e1c627f0
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
  • Loading branch information
Elias Toivola committed Sep 26, 2024
1 parent ab8d3fa commit 64bd882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coin/provisioning/qtci-linux-Ubuntu-22.04-aarch64/02-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ installPackages+=(python3-dev)
installPackages+=(python3-pip)
installPackages+=(python3-venv)
installPackages+=(virtualenv)
# For mounting ci-files01 for Squish
installPackages+=(nfs-common)

echo "Running update for apt"
waitLoop
Expand Down

0 comments on commit 64bd882

Please sign in to comment.