Closed bblanchon closed 6 months ago
I'm afraid I don't know about the iOS build. I agree the two linked commits seem to be unsuspicious, but perhaps you could confirm by trying a build with these reverted? Or you could raise this on pdfium's mailing list or bug tracker.
BTW, I don't think this will be related here, but it's slightly unfortunate that pdfium-binaries is using out
rather than out/Default
. This can sometimes lead to issues when assumptions about relativeness are made, e.g. I don't think you'd be able to run the test suite like this.
We agreed that each build would be a full build because:
There must be a way to fix this build.
I just opened a new thread on the PDFium group: https://groups.google.com/g/pdfium/c/kNdVgV698Qc
Yeah, of course it would be better to get it fixed, just wondering what we would do if the issue persists for a longer time.
I noticed that the version of the runner image changed from 20240329.1
in the last successful build to 20240406.2
in the first failing build.
I started a new build for PDFium 6406, and it succeeded.
Conclusion: the error is not due to a change in the runner image.
Thanks! Glad you found a fix after all.
The iOS V8 build is currently failing with the following error:
The command is defined in
build/toolchain/apple/toolchain.gni
line 508: https://chromium.googlesource.com/chromium/src/build/+/bbc1efa4ce09a306328744c508d208407d5978a6/toolchain/apple/toolchain.gni#508Here are all the changes in the
build
repo since the last successful build: https://chromium.googlesource.com/chromium/src/build/+log/e5ff2eff3ba548792433766073b4399d506ec8db..bbc1efa4ce09a306328744c508d208407d5978a6Only the following commits affected the Apple toolchain:
I don't see how these changes could cause the build error we see.
@TcT2k, @mara004, any idea what this could be?