[WASM] GitHub actions fails to build RELEASE #12773
-
I'm finally getting me feet wet and am trying to build UNO WASM project in RELEASE mode using GitHub acttions. Unfortunately that fails with errors below. I have these RELEASE settings my project file:
For the sake of trying I made them matching DEBUG
... and that worked -> problem was gone. So, I'm suspicious about a resource problem regarding the GitHub runner, may be similar to here, but I'm not sure. I could try creating a binlog, but I would not even know how to access the binlog file, since the build fails and nothing would be uploaded (I'm anything but a GitHub actions expert). Would you have any idea what else I could try before looking into the GitHub larger runners (which come with more resources)? Thanks in advance
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Update: Could this be the same cause?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback @jeromelaban. I already referenced the case link you provided above. Anyway, appears there is not much which could be done if I didn't want to use profile guided AOT |
Beta Was this translation helpful? Give feedback.
See #12669 (comment). This is an LLVM performance issue in the LTO phase, through emscripten when using AOT without a profile.