Skip to content

Commit 025fe88

Browse files
andifeclaude
andcommitted
Pin onnx2c to last known-good commit
The latest commit (f963de9) introduced QLinearConv with a broken `override` declaration that fails to compile. Pin to the commit immediately before it (e6308a7) until upstream is fixed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9544dab commit 025fe88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtimes/onnx2c/stable/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ RUN pip3 install onnx
3535
# Build onnx2c from source
3636
RUN git clone --recurse-submodules https://github.com/kraiskil/onnx2c /opt/onnx2c && \
3737
cd /opt/onnx2c && \
38+
git checkout e6308a729d067ea3be729c840558ee7832e10b6c && \
39+
git submodule update --init --recursive && \
3840
mkdir build && cd build && \
3941
cmake -DCMAKE_BUILD_TYPE=Release .. && \
4042
make -j$(nproc) && \

0 commit comments

Comments
 (0)