CurtHagenlocher commented on code in PR #4243:
URL: https://github.com/apache/arrow-adbc/pull/4243#discussion_r3106881349


##########
.github/workflows/csharp.yml:
##########
@@ -68,3 +68,51 @@ jobs:
       - name: Test
         shell: bash
         run: ci/scripts/csharp_test.sh $(pwd)
+
+  # TODO: Create a test fixture driver to use for interop testing as the
+  # real drivers have migrated to https://github.com/adbc-drivers
+
+  # Publishes the Apache driver as a NativeAOT shared library (net10) and
+  # loads it from Python via adbc_driver_manager to catch AOT regressions
+  # (trim-unsafe reflection, missing exports, broken C-ABI marshaling).
+  # Windows-only for now; the smoke test only exercises Windows paths.
+  csharp-aot:
+    name: "C# NativeAOT smoke test (windows-2022)"
+    runs-on: windows-2022
+    # if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+    if: false

Review Comment:
   Disabled for now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to