We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Step 26/41 : RUN patch -d build -i build.diff -p1 ---> Running in f951d7334ed1 patching file build_config.h patching file config/BUILDCONFIG.gn Hunk #1 succeeded at 435 (offset -89 lines). patching file config/compiler/BUILD.gn Hunk #1 succeeded at 710 (offset 8 lines). Unfortunately, we hit the forllowing error:
Hunk #2 FAILED at 1415. Hunk #3 succeeded at 2312 (offset 170 lines). 1 out of 3 hunks FAILED -- saving rejects to file config/compiler/BUILD.gn.rej patching file toolchain/gcc_toolchain.gni Hunk #1 succeeded at 618 (offset 13 lines). The command '/bin/sh -c patch -d build -i build.diff -p1' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
67075ae
No branches or pull requests
Step 26/41 : RUN patch -d build -i build.diff -p1
---> Running in f951d7334ed1
patching file build_config.h
patching file config/BUILDCONFIG.gn
Hunk #1 succeeded at 435 (offset -89 lines).
patching file config/compiler/BUILD.gn
Hunk #1 succeeded at 710 (offset 8 lines).
Unfortunately, we hit the forllowing error:
Hunk #2 FAILED at 1415.
Hunk #3 succeeded at 2312 (offset 170 lines).
1 out of 3 hunks FAILED -- saving rejects to file config/compiler/BUILD.gn.rej
patching file toolchain/gcc_toolchain.gni
Hunk #1 succeeded at 618 (offset 13 lines).
The command '/bin/sh -c patch -d build -i build.diff -p1' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: