-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mono] Build fails with libcdacreader.so missing from manifest #103486
Comments
Tagging subscribers to this area: @directhex, @matouskozak |
#103488 should fix it. |
I don't think we want to add cdacreader to the manifest - we don't want to ship it yet since it's not signed like the other diagnostic libraries (and we don't check its signature even if it were signed) #100946 (comment) |
Entries are now there for exclusion, not inclusion. |
Description
When attempting to build Mono for linux-x64 using the build command
build.sh -ci -arch x64 -os linux -cross -s mono+clr.iltools+clr.hosts+libs+host+packs -c Release
, the build fails with this error:Example pipeline with the failure: https://dev.azure.com/dnceng/internal/_build/results?buildId=2472669&view=results
This seems like a similar error as was hit here: #67829.
Reproduction Steps
Clone the runtime repo and build with
build.sh -ci -arch x64 -os linux -cross -s mono+clr.iltools+clr.hosts+libs+host+packs -c Release
using the build.sh.Expected behavior
Build succeeds
Actual behavior
Build fails with:
Regression?
This broke sometime Wednesday the 12th, with the diff between our last working and first broken build being: bb2a99b...eb8f54d
Known Workarounds
None
Configuration
Build is completed with the latest runtime targeting linux-x64
Other information
No response
The text was updated successfully, but these errors were encountered: