Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
MAINT: wheels 1.8.1 prep (#167)
Browse files Browse the repository at this point in the history
* MAINT: wheels 1.8.1 prep

* restore Pythran for Windows builds to see
if we are good to go there (if so, we can close
gh-162 as well)

* bump `BUILD_COMMIT` to point to the latest
relevant maintenance branch--this should also
tell me if anything strange is happening with
things that may be pinned since the `1.8.0` rel

* MAINT: PR 167 revisions

* try pinning setuptools for Linux jobs; the wheel
versions seem wrong with bleeding edge setuptools

* MAINT: PR 167 revisions

* try pinning `DOCKER_TEST_IMAGE` to avoid the issues related
to: https://github.blog/2022-04-12-git-security-vulnerability-announced/

* Revert "MAINT: PR 167 revisions"

This reverts commit a090151.

* MAINT: PR 167 revisions

* try using this command:
pypa/manylinux#1309 (comment)

* to deal with this in newer manylinux images:
https://github.blog/2022-04-12-git-security-vulnerability-announced/

* MAINT: PR 167 revisions

* try to address some of the issues with
`git config` commands showing up in CI

* MAINT: PR 167 revisions

* revert some `config.sh` changes that were
not helping

* MAINT: PR 167 revisions

* try shimming the `git` commands in `clean_code()`
based on feedback from Matti related to the new
`git` vulnerability fix

* DEBUG: narrow CI

* disable most of the CI while I debug

* MAINT: PR 167 revisions

* try adding the safe directory command
inside of `repo_dir`, which presumably will
include running this command in each of the
submodules

* Try workaround in scipy/scipy#16139

* MAINT: simplify after git fix.
  • Loading branch information
tylerjereddy committed May 8, 2022
1 parent cddc017 commit 387a110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ env:
global:
- REPO_DIR=scipy
# Also see DAILY_COMMIT below
- BUILD_COMMIT=b5d8bab8
- BUILD_COMMIT=096d759
- PLAT=x86_64
- CYTHON_BUILD_DEP="Cython==0.29.24"
- PYTHRAN_BUILD_DEP="pythran"
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Expand Up @@ -25,7 +25,7 @@ environment:
WHEELHOUSE_UPLOADER_SECRET:
secure:
jIyaD+VWmTlDGXThsKAkiLq8iljgYHiriq+kEUuW9tHj67R5BapLxLjbfco2nt8Y
BUILD_COMMIT: b5d8bab8
BUILD_COMMIT: 096d759
DAILY_COMMIT: master

matrix:
Expand Down Expand Up @@ -181,9 +181,6 @@ build_script:
$env:Path += ";$MINGW"
$env:NPY_NUM_BUILD_JOBS = "4"
- git submodule update --init
# temporarily disable pythran
# see: https://github.com/MacPython/scipy-wheels/issues/162
- ps: $env:SCIPY_USE_PYTHRAN = 0
- python setup.py bdist_wheel
- ps: |
# Upload artifact to Appveyor immediately after build
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -12,7 +12,7 @@ pr:
- v1.8.x

variables:
BUILD_COMMIT: "b5d8bab8"
BUILD_COMMIT: "096d759"

jobs:
- template: azure-posix.yml
Expand Down

0 comments on commit 387a110

Please sign in to comment.