Add initial support for testing sparc64 - #788
Conversation
This is now supported in tuxmake 1.28.4 [1] and boot-utils [2]. Closes: ClangBuiltLinux#786 Link: https://gitlab.com/Linaro/tuxmake/-/merge_requests/456 [1] Link: ClangBuiltLinux/boot-utils#122 [2] Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
|
@nathanchance I tried running a build with target arch sparc with toolchain clang-nightly and looks like the builds are failing. I used the following command:
and here is the build that failed - https://tuxapi.tuxsuite.com/v1/groups/tuxsuite/projects/senthil/builds/2p7PI8BD0clh5lasnq4BEqFPJF9 Am I missing any parameters here? I can see it is related to |
|
@stylesen The git repo you're trying to build, stable, does not yet have the necessary patches. linux-next does. Try building that instead. git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git |
nickdesaulniers
left a comment
There was a problem hiding this comment.
Never thought I'd see the day... 🤯 🍸
Yes that worked - https://tuxapi.tuxsuite.com/v1/groups/tuxsuite/projects/senthil/builds/2p7jwV8ZdlwI676YlBUShqG8Vhk Thanks for explaining @nathanchance |
This is now supported in tuxmake 1.28.4 and boot-utils.
Closes: #786