File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
# Create tarball
95
95
&& mv /output /crystal-${crystal_version}-${package_iteration} \
96
96
&& mkdir /output \
97
- && tar -cvf /output/crystal-${crystal_version}-${package_iteration}.tar /crystal-${crystal_version}-${package_iteration}
97
+ && tar -cf /output/crystal-${crystal_version}-${package_iteration}.tar /crystal-${crystal_version}-${package_iteration}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ LIBEVENT_VERSION = release-2.1.12-stable
29
29
OUTPUT_DIR = build
30
30
OUTPUT_BASENAME64 = $(OUTPUT_DIR ) /crystal-$(CRYSTAL_VERSION ) -$(PACKAGE_ITERATION ) -linux-x86_64
31
31
32
- DOCKER_BUILD_ARGS = $(if $(no_cache ) ,--no-cache )$(if $(pull_images ) ,--pull )
32
+ DOCKER_BUILD_ARGS = $(if $(no_cache ) ,--no-cache )$(if $(pull_images ) ,--pull ) --progress=plain
33
33
34
34
BUILD_ARGS_COMMON = $(DOCKER_BUILD_ARGS ) \
35
35
$(if $(release ) ,--build-arg release=true) \
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ COPY --from=libevent libevent/.libs/libevent.a libevent/.libs/libevent_pthreads.
39
39
# Create tarball
40
40
RUN mv /output /crystal-${crystal_version}-${package_iteration} \
41
41
&& mkdir /output \
42
- && tar -cvf /output/bundled-libs.tar /crystal-${crystal_version}-${package_iteration}
42
+ && tar -cf /output/bundled-libs.tar /crystal-${crystal_version}-${package_iteration}
You can’t perform that action at this time.
0 commit comments