提交 4ddeeb84 编写于 作者: O Oleg Nenashev

FIXED JENKINS-10629] - Enable BigNumber mode to support archiving of files with size >8Gb

BIGNUMBER_STAR mode has been selected, because it utilizes GNU extensions (like LONGFILE_GNU does).
上级 b6c7b83e
......@@ -61,6 +61,7 @@ final class TarArchiver extends Archiver {
// so don't do anything in flush
}
});
tar.setBigNumberMode(TarArchiveOutputStream.BIGNUMBER_STAR);
tar.setLongFileMode(TarArchiveOutputStream.LONGFILE_GNU);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册