We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/android-runner
1 parent f4210ee commit 649ac2bCopy full SHA for 649ac2b
etc/docker/Dockerfile.test-cross
@@ -12,5 +12,7 @@ RUN apt-get update && \
12
apt-get update && \
13
apt-get install --no-install-recommends -y git jq && \
14
rm -rf /var/lib/apt/lists/* && \
15
- sed -i.orig 's/^export LD_PRELOAD=/test "${NO_PRELOAD_CXX:-0}" != 0 || &/' /android-runner && \
+ to_patch=/android-runner && \
16
+ patcher='s/^export LD_PRELOAD=/test "${NO_PRELOAD_CXX:-0}" != 0 || &/' && \
17
+ if test -f "$to_patch"; then sed -i.orig "$patcher" -- "$to_patch"; fi && \
18
git config --system gitoxide.imaginary.arbitraryVariable arbitraryValue
0 commit comments