Skip to content

Commit

Permalink
sandybridging windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 18, 2022
1 parent 1dceff9 commit 0854c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:

- name: Build executable
# run: zig build -Drelease-fast --verbose
# for some reason, win exes don't want to be in release-fast mode
run: zig build --verbose
# let's try with a debug build first
# for try to pin the build to an old sandybridge cpu
run: zig build --verbose -target x86_64-native -mcpu sandybridge

- name: Copy data files
shell: powershell
Expand Down
4 changes: 3 additions & 1 deletion BACKLOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Backlog

- check out what went wrong with win build after 2022-06-03
- cleanup any messes from prev commits, i.e. getPositions()
- use zlib to create zip files in pptx export, if possible
- use zlib to create zip files in pptx exports
- minizip.c

## BUGS

Expand Down

0 comments on commit 0854c15

Please sign in to comment.