What | Removed | Added |
---|---|---|
Flags | needinfo?(opensusebz@halobates.de) |
(In reply to Richard Biener from comment #4) > It's part of the gcc11 package. Martin, can you have a look please? Sure, it works on a vanilla Tumbleweed with the following Dockerfile: FROM opensuse/tumbleweed RUN zypper -n install libgccjit0 libgccjit0-devel-gcc11 gcc wget RUN wget https://gist.githubusercontent.com/marxin/43b8f6d7d2c83efd6de6d20e32bee488/raw/10d69be1948c1c43d8aa3d3318c50ce813c9d971/t.c RUN gcc t.c -lgccjit && ./a.out > Reminds me of some (openQA?) testing of the installed system. Yes, we should do it. I'm going to work on it. So we need more info from Andi, what's wrong in his setup..