Update cython (#903)

* cython

* ref

* test

* Werror
This commit is contained in:
Maxime Desroches 2023-07-18 14:06:53 -07:00 committed by GitHub
parent 3ef35ed229
commit 4231b0f12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ RUN git config --global --add safe.directory '*'
WORKDIR /project
RUN git clone https://github.com/commaai/cereal.git /project/cereal && \
cd /project/cereal && \
git checkout 959ff79963b80829be9902d146c31fda44dbbd20 && \
git checkout aed9fd278a704816aba11f4473aafefc281ed2bc && \
rm -rf .git && \
scons -j$(nproc)

View File

@ -61,6 +61,7 @@ Export('cereal', 'messaging')
envCython = env.Clone()
envCython["CPPPATH"] += [np.get_include()]
envCython["CCFLAGS"] += ["-Wno-#warnings", "-Wno-shadow", "-Wno-deprecated-declarations"]
envCython["CCFLAGS"].remove("-Werror")
python_libs = []
if arch == "Darwin":

View File

@ -1,4 +1,4 @@
Cython<3.0.0
Cython
flake8
Jinja2
numpy