| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
libclc is removed from the LLVM package and will be re-added as a separate package.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This is blowing up -Wunused-but-set-global in the upcoming toolchain update.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
These rely on transitive includes which changed in the new toolchain.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This is exceeding the limit by a bit over 100 bytes on LLVM 23, so relax the limit until an upstream fix is available.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
The global variable hidden behind the macro is blowing up -Wunused-but-set-global in the upcoming toolchain update.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This is blowing up -Wunused-but-set-global in the upcoming toolchain update.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This avoids having progress indicators mess up logging.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This avoids accessing uninitialised hostProc in some build modes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Nothing actually uses NSS itself, so compiling it is pointless.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
The Gitea service has been configured to reject unauthenticated requests to expensive endpoints to mitigate excessive traffic from slopware companies.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This makes behaviour identical to source.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
The example relies on transitive includes which changed in the new toolchain.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
These are very expensive and mostly pointless: it only matters that the final toolchain passes its tests.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Fixes go.dev/issues/80991.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This bootstrap step is not required for a native Rosa OS stage0 distribution.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This avoids having to rebuild cmd/mbf over and over.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
There is generally no use case where any setup is required before init, and requiring the explicit function call is error-prone and unnecessary. It also causes trouble with packages using a similar trick. This change moves argv0 check early and makes it an import side effect. The stub will be removed in v0.5.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This removes potential footguns caused by mutable builtins without requiring unnecessary clones.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
These were changed for some reason, and the git protocol is no longer reachable.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Headers bumped due to addition of IP_VS_DEST_F_AVAILABLE and IP_VS_DEST_F_OVERLOAD.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This one blew up on the aarch64 builder, seems very low probability of failure. Disabling anyway.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
The swaymsg calls do not wait for process to terminate.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Does not compile on arm:
In file included from /usr/src/elfutils/backends/aarch64_initreg.c:36:
/system/include/linux/uio.h:17:8: error: redefinition of 'iovec'
17 | struct iovec
| ^
/system/include/bits/alltypes.h:363:8: note: previous definition is here
363 | struct iovec { void *iov_base; size_t iov_len; };
| ^
1 error generated.
This reverts commit 5313ea627b5d238882b89d3d1448a0911f679beb.
|
|
The two bumps somehow broke these tests.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
This fixes test cases affected by jsonv2 changes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
These test cases are fragile to changes in package compress/gzip.
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|
|
Signed-off-by: Ophestra <cat@gensokyo.uk>
|