]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
analysis workflow, add arm64 iOS test.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 11:28:52 +0000 (13:28 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 11:28:52 +0000 (13:28 +0200)
.github/workflows/analysis_ports.yml

index 9ce48186eb8a90b9aeb65bb02cc9cc07e2b3ef15..5d4f36d47c830e93a5c86415faefe2a594ac23f9 100644 (file)
@@ -49,12 +49,21 @@ jobs:
 #            os: ubuntu-latest
 #            config: 'CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=address" --disable-flto --disable-static'
 #            make_test: "yes"
-          - name: Apple iPhone on iOS, armv7
+#          - name: Apple iPhone on iOS, armv7
+#            os: macos-latest
+#            AUTOTOOLS_HOST: armv7-apple-ios
+#            OPENSSL_HOST: ios-cross
+#            IOS_SDK: iPhoneOS
+#            IOS_CPU: armv7s
+#            test_ios: "yes"
+#            config: "no"
+#            make: "no"
+          - name: Apple iPhone on iOS, arm64
             os: macos-latest
-            AUTOTOOLS_HOST: armv7-apple-ios
-            OPENSSL_HOST: ios-cross
+            AUTOTOOLS_HOST: aarch64-apple-ios
+            OPENSSL_HOST: ios64-cross
             IOS_SDK: iPhoneOS
-            IOS_CPU: armv7s
+            IOS_CPU: arm64
             test_ios: "yes"
             config: "no"
             make: "no"