File tree Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -316,19 +316,32 @@ After downloading them, here are the instructions on how to verify them.
316316
317317* Import keys:
318318
319- ``` bash
320- curl https://downloads.apache.org/iceberg/KEYS -o KEYS
321- gpg --import KEYS
322- ```
323- * Verify the ` .asc ` file: ``` gpg --verify apache-iceberg-rust-*.tar.gz.asc ```
324- * Verify the checksums: ``` shasum -a 512 -c apache-iceberg-rust-*.tar.gz.sha512 ```
325- * Verify license headers: ``` docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check ```
319+ ``` bash
320+ curl https://downloads.apache.org/iceberg/KEYS -o KEYS
321+ gpg --import KEYS
322+ ```
323+ * Verify the ` .asc ` file:
324+
325+ ``` bash
326+ gpg --verify apache-iceberg-rust-* .tar.gz.asc
327+ ```
328+ * Verify the checksums:
329+
330+ ``` bash
331+ shasum -a 512 -c apache-iceberg-rust-* .tar.gz.sha512
332+ ```
333+ * Verify license headers:
334+
335+ ``` bash
336+ docker run -it --rm -v $( pwd) :/github/workspace apache/skywalking-eyes header check
337+ ```
326338* Verify build and test:
327- ``` bash
328- tar -xzf apache-iceberg-rust-* .tar.gz
329- cd apache-iceberg-rust-* /
330- make build && make test
331- ```
339+
340+ ``` bash
341+ tar -xzf apache-iceberg-rust-* .tar.gz
342+ cd apache-iceberg-rust-* /
343+ make build && make test
344+ ```
332345
333346## Official Release
334347
You can’t perform that action at this time.
0 commit comments