Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/fedora:41 AS base
FROM public.ecr.aws/docker/library/fedora:43 AS base

# Everything we need to build our SDK and packages.
RUN \
Expand Down
3 changes: 3 additions & 0 deletions macros/shared
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
%_cross_target %{_cross_triple}-%{_cross_libc}
%dist %{nil}

# Fedora 42 unified /usr/bin and /usr/sbin making the latter symlink of the former
%_sbindir /usr/sbin

%_cross_cflags %{shrink: \
-O2 -g1 -pipe -Wall \
-Werror=trampolines -Wbidi-chars=any \
Expand Down