Skip to content

Commit

Permalink
Use Azure Edge Server rather than MS SQL on Mac M1.
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed May 27, 2022
1 parent b0019c0 commit 8ab91d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,12 @@
<properties>
<!-- Podman compatibility. Currently, mac file systems based on Plan 9 does not support SELinux labeling z and Z should not be used. When they transition to use virtiofsd, it should support SELinux labeling, and then we can use it for better container separation on the Mac.-->
<volume.access.modifier></volume.access.modifier>
<!-- See
https://github.com/microsoft/mssql-docker/issues/668 and https://stackoverflow.com/questions/65398641/docker-connect-sql-server-container-non-zero-code-1/66919852#66919852.
The MS SQL image segfaults on ARM. Azure Edge is not fully compatible, but it is better than not running the tests at all.
DockerHub does not list any tags so we have to use latest for the moment.-->
<mssql.image>mcr.microsoft.com/azure-sql-edge:latest</mssql.image>
</properties>
</profile>

Expand Down

0 comments on commit 8ab91d6

Please sign in to comment.