feat: allow building for unsupported architecture
1 unresolved thread
1 unresolved thread
Compare changes
+ 7
− 2
@@ -124,6 +124,7 @@ pkgctl_build() {
@@ -165,7 +166,8 @@ pkgctl_build() {
@@ -312,6 +314,9 @@ pkgctl_build() {
@@ -343,7 +348,7 @@ pkgctl_build() {
I don't really know much about the current riscv setup, but maybe you can help me understand why you have no pacman repositories that can be fetched and the repo detected? Is this a cross-platform build?
The obvious problem here is that we don't have [multilib] in the RISC-V port (should also be the case for any new architectures that don't really need to enable 32-bit support), so the following command to fetch and update [multilib] will fail.
I see, so as we need to fix this anyway, I'd need to think a bit how we want to approach this for different architectures. It would be more future proof variant instead of more special cases around code