Commit 42d27591 authored by Fabian Müller's avatar Fabian Müller
Browse files

Switch to more common xz compression

parent 02223f8f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1508,7 +1508,7 @@ codec-smoke-test:
    - *update-ltv-repo
    - python3 scripts/smoketest-basop-filter.py scripts/config/ivas_modes.json --inline
    - bash ci/smoke_test.sh
    - tar -I zstd -cf logs.tar.zstd out/logs/
    - tar -cfJ logs.tar.xz out/logs/
    - ls -al logs.tar.*
    ### analyze for failures
    - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_jbm.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi
@@ -1525,7 +1525,7 @@ codec-smoke-test:
      - smoke_test_output.txt
      - smoke_test_output_jbm.txt
      - smoke_test_output_hrtf.txt
      - logs.tar.zstd
      - logs.tar.xz
    expose_as: "Smoke test results"

# from float repo