Skip to content

Commit

Permalink
[ci] Skip Linux apt upgrade step (#8396)
Browse files Browse the repository at this point in the history
Package update attempts started failing recently on our Linux lane:

    Setting up grub-efi-amd64-signed (1.187.6~20.04.1+2.06-2ubuntu14.4) ...
    mount: /var/lib/grub/esp: special device /dev/disk/by-id/scsi-14d5346542020202075f68e4df928b946a6a92fab5bc044c1-part15 does not exist.
    dpkg: error processing package grub-efi-amd64-signed (--configure):
     installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32

Our base Linux OS image is updated regularly by 1ES, so we shouldn't
need to update during every CI run.
  • Loading branch information
pjcollins authored Oct 4, 2023
1 parent e82abf3 commit 83c70cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-tools/automation/yaml-templates/setup-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ steps:
sudo apt install -y --no-install-recommends mono-complete nuget msbuild
displayName: install mono preview

- script: sudo apt upgrade
displayName: update packages

- template: use-dot-net.yaml
parameters:
remove_dotnet: true
Expand Down

0 comments on commit 83c70cb

Please sign in to comment.