Skip to content

Conversation

dstebila
Copy link
Member

As suggested by @filipw in #298.

Signed-off-by: Douglas Stebila <[email protected]>
@dstebila
Copy link
Member Author

@filipw Looks like it's getting some CI build failures. I'm not familiar with the setup one would use to build on Windows to know how to fix these issues. Would you be able to try?

@filipw
Copy link

filipw commented Sep 11, 2025

If it helps this is how I build liboqs in Github Actions on Windows ARM 11:

https://github.com/filipw/maybe-liboqs-dotnet/blob/main/.github/workflows/build-native.yml#L169-L174 and this invokes https://github.com/filipw/maybe-liboqs-dotnet/blob/main/build-dotnet-liboqs.ps1

The same script works on x64 and arm64 Windows.

However I think in your case you have a more complicated setup with installing clang etc. by hand.
I think just using

    - name: Set up Visual Studio environment
      uses: microsoft/setup-msbuild@v2

should be enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants