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.
bsdtar
1 parent 794c9f2 commit 36e6078Copy full SHA for 36e6078
bin/builder.sh
@@ -45,7 +45,7 @@ fi
45
46
versioned_tool_path=$(create_versioned_tool_path)
47
48
-tar -C "${versioned_tool_path}" --strip 1 -xf "${file}"
+bsdtar -C "${versioned_tool_path}" --strip 1 -xf "${file}"
49
50
echo "------------------------"
51
echo "Testing ${TOOL_NAME} ${TOOL_VERSION} for ${ARCHITECTURE}"
@@ -54,4 +54,4 @@ echo "Testing ${TOOL_NAME} ${TOOL_VERSION} for ${ARCHITECTURE}"
54
55
56
echo "Compressing ${TOOL_NAME} ${TOOL_VERSION} for ${ARCHITECTURE}"
57
-tar -cJf "/cache/${TOOL_NAME}-${TOOL_VERSION}-${ARCHITECTURE}.tar.xz" -C "$(find_tool_path)" "${TOOL_VERSION}"
+bsdtar -cJf "/cache/${TOOL_NAME}-${TOOL_VERSION}-${ARCHITECTURE}.tar.xz" -C "$(find_tool_path)" "${TOOL_VERSION}"
0 commit comments