Skip to content

Commit

Permalink
Create python symlink if needed
Browse files Browse the repository at this point in the history
Change-Id: Ibacfd16de9fcfa8be838b7917b099f55dd82d7a9
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Dec 9, 2022
1 parent 38e288b commit b409b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jjb/releng/releng-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
builders:
- shell: |
[ -f tox.ini ] || exit 0
[ -f /usr/bin/python ] || ln -s /usr/bin/python3 /usr/bin/python
sudo apt-get -o DPkg::Lock::Timeout=300 update && \
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 dist-upgrade -y
Expand Down

0 comments on commit b409b17

Please sign in to comment.