Skip to content

Commit

Permalink
Fix segfaults on Windows while building conda packages (#147)
Browse files Browse the repository at this point in the history
* debug canaries

* delete appkit stuff too on windows

* do not fail fast

* amend news

* revert debugging
  • Loading branch information
jaimergp authored Aug 21, 2023
1 parent 40f231e commit d60b347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
|| endsWith(github.ref_name, '.x')
)
strategy:
fail-fast: false
matrix:
include:
- runner: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion news/144-add-canaries
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Enhancements

* Add recipe and CI workflow steps to build and upload canaries to `conda-canary`. (#144)
* Add recipe and CI workflow steps to build and upload canaries to `conda-canary`. (#144, #145)

### Bug fixes

Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:
# Apparently these files make the post-build linkage analysis crash
# and we should not need them on Windows
- del /q "{{ SRC_DIR }}\\menuinst\\data\\osx_launcher_*" # [win]
- del /q "{{ SRC_DIR }}\\menuinst\\data\\appkit_launcher_*" # [win]
- {{ PYTHON }} -m pip install . -vv
- copy "%SRC_DIR%\\cwp.py" "%PREFIX%\\" # [win]

Expand Down

0 comments on commit d60b347

Please sign in to comment.