File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,18 @@ class S3ChecksumAlgorithm(IntEnum):
106106 CRC64NVME = 5
107107 """CRC64NVME"""
108108
109+ SHA512 = 6 ,
110+ """SHA512"""
111+
112+ XXHASH64 = 7 ,
113+ """XXHASH64"""
114+
115+ XXHASH3 = 8 ,
116+ """XXHASH3"""
117+
118+ XXHASH128 = 9 ,
119+ """XXHASH128"""
120+
109121
110122class S3ChecksumLocation (IntEnum ):
111123 """Where to put the checksum."""
Original file line number Diff line number Diff line change 1111phases :
1212 install :
1313 commands :
14- - add-apt-repository ppa:ubuntu-toolchain-r/test
1514 - apt-get update -y
1615 - apt-get install gcc-7 cmake ninja-build python3 python3-pip python3-venv -y
1716 pre_build :
Original file line number Diff line number Diff line change 1616phases :
1717 install :
1818 commands :
19- - add-apt-repository ppa:ubuntu-toolchain-r/test
2019 - apt-get update -y
2120 - apt-get install gcc-7 cmake ninja-build python3 -y
2221 - python3 -m pip install psutil
You can’t perform that action at this time.
0 commit comments