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.
1 parent 3b1dc38 commit a0d5e02Copy full SHA for a0d5e02
Dockerfile
@@ -26,5 +26,4 @@ RUN --mount=type=bind,source=.,target=/build \
26
&& DART_SDK_CACHE="$HOME/.dart/dartdev/sdk_cache/$(cat "$DART_SDK/version")" \
27
&& mkdir -p "$DART_SDK_CACHE" \
28
&& cd "$DART_SDK_CACHE" \
29
- && find /build \( -name "dartaotruntime_*" -o -name "gen_snapshot_linux_${SDK_ARCH}_*" \) -not -name "dartaotruntime_linux_${SDK_ARCH}" -not -name "gen_snapshot_linux_${SDK_ARCH}_linux_${S
30
-DK_ARCH}" -print0 | xargs -0 -n 1 -- sh -c 'cp "$1" "$(basename "$1")" && chmod a+x "$(basename "$1")"' --
+ && find /build \( -name "dartaotruntime_*" -o -name "gen_snapshot_linux_${SDK_ARCH}_*" \) -not -name "dartaotruntime_linux_${SDK_ARCH}" -not -name "gen_snapshot_linux_${SDK_ARCH}_linux_${SDK_ARCH}" -print0 | xargs -0 -n 1 -- sh -c 'cp "$1" "$(basename "$1")" && chmod a+x "$(basename "$1")"' --
0 commit comments