Skip to content

Commit 40e7de9

Browse files
committed
When the setup.py fixed is rebased, you can delete this
1 parent 48bf566 commit 40e7de9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,8 @@ RUN make -C /panda/build install && \
9393
# Install pypanda
9494
RUN cd /panda/panda/python/core && \
9595
python3 create_panda_datatypes.py --install && \
96+
PRETEND_VERSION=$(cat /tmp/savedversion) python3 -m build --wheel . && \
9697
PRETEND_VERSION=$(cat /tmp/savedversion) pip install .
97-
RUN python3 -m pip install --ignore-install pycparser && python3 -m pip install --force-reinstall --no-binary :all: cffi
98-
# Build a whl too
99-
RUN cd /panda/panda/python/core && \
100-
python3 create_panda_datatypes.py --install && \
101-
PRETEND_VERSION=$(cat /tmp/savedversion) python3 -m build --wheel .
10298

10399
# BUG: PANDA sometimes fails to generate all the necessary files for PyPANDA. This is a temporary fix to detect and fail when this occurs
104100
RUN ls -alt $(pip show pandare | grep Location: | awk '{print $2}')/pandare/autogen/

panda/debian/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
panda.deb
1+
*.deb
2+
*.whl

0 commit comments

Comments
 (0)