Conversation
|
@monojenkins build OS X package |
|
@monojenkins build OS X Extended |
|
@monojenkins build OS X Extended |
|
@monojenkins build OS X package |
|
This fixes the build that was breaking on OSX.
|
23b6123 to
3cc7ce4
Compare
|
@monojenkins build OS X Extended |
|
@monojenkins build OS X package |
|
So, two tests fail to build like: .. because The generated source file has that warning from mono, which is showing up everywhere in the logs. Is this warning known? I can't reproduce this locally. In the logs you can see, generating the file: And the compile time error: It's not related to this PR, AFAICT. |
|
That looks like llvm support is broken. @vargaz any thoughts on that ^? |
3cc7ce4 to
8bfe100
Compare
|
@monojenkins build OS X Extended |
|
The llvm related build failure is reproducible locally. I'm not sure what I should be looking at. |
8bfe100 to
a6d9540
Compare
|
@monojenkins build OS X Extended |
a6d9540 to
97fe5e3
Compare
|
So, the llvm lib is failing to load (dlopen) with this error: |
``` @/external/bockbuild/builds/fsharp-fsharp-6624925/src/scripts/fssrgen.fsx(334,28): error FS0041: A unique overload for method 'GetFileNameWithoutExtension' could not be determined based on type information prior to this program point. A type annotation may be needed. Candidates: System.IO.Path.GetFileNameWithoutExtension(path: System.ReadOnlySpan<char>) : System.ReadOnlySpan<char>, System.IO.Path.GetFileNameWithoutExtension(path: string) : string [@/external/bockbuild/builds/fsharp-fsharp-6624925/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj] ```
97fe5e3 to
c77d77d
Compare
|
@monojenkins build OS X Extended |
|
The |
This has two fixes: