Use the latest docker images

This commit is contained in:
Maschell 2021-01-10 18:49:59 +01:00
parent 6f0ae4a22c
commit 8aaffa1404
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM wiiuenv/devkitppc:20200810
FROM wiiuenv/devkitppc:20210101
COPY --from=wiiuenv/libiosuhax:20200812 /artifacts $DEVKITPRO
COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO
COPY --from=devkitpro/devkitarm:20200730 $DEVKITPRO/devkitARM $DEVKITPRO/devkitARM
ENV DEVKITARM=/opt/devkitpro/devkitARM

@ -1 +1 @@
Subproject commit 544ec49785bfcfc55a1ff3fa6faf1fab81e1681c
Subproject commit c7afe516e48362f0c196316aa16d7a109739ae7e

View File

@ -18,7 +18,7 @@ constexpr bool strings_equal(char const *a, char const *b) {
return std::string_view(a) == b;
}
static_assert(strings_equal(RPX_HASH, "1876737636def537ab085c3a9e1ee58a7430d9d8"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
static_assert(strings_equal(RPX_HASH, "a38b8001dd978741fa52cc95e895dce4cabc527f"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
void initIOSUHax();