Skip to content

Commit

Permalink
Re-enable azure service bus on ARM as it now builds cleanly (apache#2…
Browse files Browse the repository at this point in the history
…8442)

Previously, the Azure Service Bus had to be disabled in order
to get ARM compatibility (it failed to build cleanly as uampq did
not have binary wheels released and they failed to compile cleanly
on debian). But the last problem is fixed now, so we can re-enable
it for ARM.
  • Loading branch information
potiuk authored Dec 19, 2022
1 parent 7ed3cbd commit 6e3cee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ dependencies:
- azure-storage-blob>=12.14.0
- azure-storage-common>=2.1.0
- azure-storage-file>=2.1.0
# Limited due to https://github.com/Azure/azure-uamqp-python/issues/191
- azure-servicebus>=7.6.1; platform_machine != "aarch64"
- azure-servicebus>=7.6.1
- azure-synapse-spark
- adal>=1.2.7

Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"azure-mgmt-datafactory>=1.0.0,<2.0",
"azure-mgmt-datalake-store>=0.5.0",
"azure-mgmt-resource>=2.2.0",
"azure-servicebus>=7.6.1; platform_machine != \"aarch64\"",
"azure-servicebus>=7.6.1",
"azure-storage-blob>=12.14.0",
"azure-storage-common>=2.1.0",
"azure-storage-file>=2.1.0",
Expand Down

0 comments on commit 6e3cee1

Please sign in to comment.