Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change git submodule url scheme & .travis.yml: make use of CFLAG=-std=c99 #129

Closed
wants to merge 7 commits into from

Conversation

studioego
Copy link

@studioego studioego commented Aug 4, 2022

change git submodule url scheme & .travis.yml: make use of CFLAG=-std=c99

  1. update gitsubmodule to the correct url scheme repo
    The hiredis submodule changed to https://github.com/redis/hiredis.git .
    This change fixes the submodule url scheme.

  2. make use of CFLAG=-std=c99 for travis CI build
    It can support building hiredis-py for old gcc versions (manylinux1, centos7 with gcc 4.8.5) etc.

related issue #121

make use of CFLAG=-std=c99 for travis CI build
It can support to build for old gcc versions (manylinux1, centos7 with gcc 4.8.5) etc.

related issue redis#121
update gitsubmodule to the correct url scheme repo
The hiredis submodule changed to https://github.com/redis/hiredis.git .
This change fixes the submodule url scheme.
@studioego studioego changed the title .travis.yml: make use of CFLAG=-std=c99 change git submodule url scheme & .travis.yml: make use of CFLAG=-std=c99 Aug 4, 2022
1. configure appveyor.yml for 3.10
2. change path
set APPVEYOR_BUILD_WORKER_IMAGE for python vers
change python ver for build wheels
restore build wheels python ver
@rth
Copy link

rth commented Sep 29, 2022

Thanks! For CI I think #120 is a better long term solution.

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