Skip to content

Commit b98dde7

Browse files
committed
dpl-workflow: Use new CTF coding by default on EPNs
1 parent 681238b commit b98dde7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232

3333
# entropy encoding/decoding mode, default "" is equivalent to '--ans-version compat' (compatible with < 09/2023 data),
3434
# use '--ans-version 1.0 --ctf-dict none' for the new per-TF dictionary mode
35+
[[ $EPNSYNCMODE == 1 && -z ${RANS_OPT:-} ]] && RANS_OPT="--ans-version 1.0 --ctf-dict none"
3536
: ${RANS_OPT:=""}
3637

3738
workflow_has_parameter CTF && export SAVECTF=1

0 commit comments

Comments
 (0)