Skip to content
Merged
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
4 changes: 3 additions & 1 deletion tuxmake/runtime/docker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,10 @@ kind = gcc-build
base = base-debiantesting
hosts = amd64, arm64
# targets: no mips for now, see target_skip
# parisc: binutils 2.46 ld.bfd cannot link for hppa (.PARISC.unwind too
# large); skip until the upstream toolchain bug is fixed
targets = arc, x86_64, arm64, arm, armv5, i386, mips, powerpc, riscv, m68k, parisc, sh, sparc, s390
target_skip = mips
target_skip = mips, parisc
rebuild = monthly
packages = gcc-16, g++-16
boot_test = False
Expand Down
Loading