Replies: 3 comments
-
@omajid Thanks for the heads up! Well, my automatic build of Haven't had time to look into it yet, but the previous release was broken too anyway on Arch, haven't been able to build anything since the initial 6.0 release. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have this issue on Alpine as well. Xplat build doesn't seem to know to look for source-built-packages. I fixed my APKBUILD by setting /p:PrebuiltPackagesPath=/path/to/prebuilt/packages, thus:
./build.sh \\
\-- \\
/p:PrebuiltPackagesPath="$artifactsdir"
I don't quite remember where Private.SourceBuilt.Artifacts tar is extracted to under $builddir/packages, but it needs to point to that. I think it's about time I open an issue on this.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ayakael That did the trick, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The "official"
v6.0.102
tag is broken for source-build purposes.See https://github.com/dotnet/installer/releases/tag/v6.0.102-source-build
cc @alucryd @asbjornu @ayakael @cho-m @crummel @Livius90
Beta Was this translation helpful? Give feedback.
All reactions