]> git.ipfire.org Git - thirdparty/zstd.git/commit
[CircleCI] Fix short-tests-0 2892/head
authorNick Terrell <terrelln@fb.com>
Wed, 1 Dec 2021 19:49:58 +0000 (11:49 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 2 Dec 2021 01:43:46 +0000 (17:43 -0800)
commit91f5891dd01aad6c5bd1f462438c2c3039811685
tree1dea2196874a632a549e10782ec344e92b47b002
parente34e58b458d6460b7eabdf4bde9d6b7da90a842d
[CircleCI] Fix short-tests-0

short-tests-0 were silently failing. I think because of the && make clean construction. Switch to ; instead.

Also fix all the test failures that were exposed.

`make all` is failing on CircleCI because it is missing Docker. Move that test
to GitHub actions, and switch the pedantic CircleCI test to `make allmost`.
.circleci/config.yml
.github/workflows/dev-long-tests.yml
examples/common.h
lib/common/compiler.h
lib/compress/zstd_lazy.c
lib/decompress/huf_decompress_amd64.S
tests/zstreamtest.c