Skip to content

Commit 8ad14f3

Browse files
authored
Revert "Resolve misconfigured dpkg (#43777)" (#43837)
This reverts commit 66b3282.
1 parent c22467f commit 8ad14f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

eng/pipelines/templates/steps/build-package-artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ steps:
109109
condition: and(succeeded(), or(eq(variables['ENABLE_EXTENSION_BUILD'], 'true'), eq('${{ parameters.ArtifactSuffix }}', 'linux')))
110110
111111
- script: |
112-
sudo dpkg --configure -a
113112
sudo apt-get update
114113
sudo apt-get install -y qemu-user-static binfmt-support
115114
sudo update-binfmts --enable qemu-aarch64

eng/pipelines/templates/steps/install-portaudio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
steps:
22
- script: |
33
if [[ "$AGENT_OS" == "Linux" ]]; then
4-
sudo dpkg --configure -a
54
sudo apt-get update
65
sudo apt-get install -y portaudio19-dev libasound2-dev
76
elif [[ "$AGENT_OS" == "Darwin" ]]; then

0 commit comments

Comments
 (0)