Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ steps:
condition: and(succeeded(), or(eq(variables['ENABLE_EXTENSION_BUILD'], 'true'), eq('${{ parameters.ArtifactSuffix }}', 'linux')))

- script: |
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get install -y qemu-user-static binfmt-support
sudo update-binfmts --enable qemu-aarch64
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/templates/steps/install-portaudio.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
steps:
- script: |
if [[ "$AGENT_OS" == "Linux" ]]; then
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get install -y portaudio19-dev libasound2-dev
elif [[ "$AGENT_OS" == "Darwin" ]]; then
Expand Down
Loading