File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,8 @@ RUN make -C /panda/build install && \
93
93
# Install pypanda
94
94
RUN cd /panda/panda/python/core && \
95
95
python3 create_panda_datatypes.py --install && \
96
+ PRETEND_VERSION=$(cat /tmp/savedversion) python3 -m build --wheel . && \
96
97
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 .
102
98
103
99
# BUG: PANDA sometimes fails to generate all the necessary files for PyPANDA. This is a temporary fix to detect and fail when this occurs
104
100
RUN ls -alt $(pip show pandare | grep Location: | awk '{print $2}' )/pandare/autogen/
Original file line number Diff line number Diff line change 1
- panda.deb
1
+ * .deb
2
+ * .whl
You can’t perform that action at this time.
0 commit comments