File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.fedoraproject.org/fedora-minimal:43 AS builder
1+ FROM registry.fedoraproject.org/fedora-minimal:44 AS builder
22
33# Fedora builds LLVM with libffi support, and when statically linking against
44# LLVM the build will fail if libffi-devel isn't installed, hence we include it
@@ -13,7 +13,7 @@ RUN make build PREFIX='/usr'
1313RUN strip target/release/inko
1414RUN make install PREFIX='/usr'
1515
16- FROM registry.fedoraproject.org/fedora-minimal:43
16+ FROM registry.fedoraproject.org/fedora-minimal:44
1717
1818# gcc is needed to link object files. This also pulls in libgcc, which the
1919# generated code links against dynamically.
Original file line number Diff line number Diff line change 1- FROM registry.fedoraproject.org/fedora:43
1+ FROM registry.fedoraproject.org/fedora:44
22
33ENV LLVM_VERSION 18
44ENV RUST_VERSION 1.94
You can’t perform that action at this time.
0 commit comments