-
Notifications
You must be signed in to change notification settings - Fork 14
Initial windows CI that should build release from sources #433
Conversation
4b8c7ac
to
d6b6aa6
Compare
b79b19e
to
3e32aa6
Compare
@gshimansky can you rebase this on main since #431 was merged? |
Signed-off-by: Gregory Shimansky <[email protected]>
3e32aa6
to
4d9c6fb
Compare
Ok, rebased. |
uses: ./.github/workflows/windows-build.yml | ||
with: | ||
name: release | ||
options: -DCMAKE_BUILD_TYPE=Release -DENABLE_FOLLY=off -G "Visual Studio 17 2022" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does folly not work on windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose it works but there is no conda-forge build on windows
https://github.com/conda-forge/folly-feedstock/blob/main/recipe/meta.yaml#L19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decided to skip it for now, which would use std lib atomics on Windows. The Arena allocator is a bigger issue we need to solve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone is trying to write windows build so maybe eventually they will add one
conda-forge/folly-feedstock#98
Subj