• moto's avatar
    Bake libsox in test base Docker image (#739) · 80bfb28b
    moto authored
    In #728, linux unit test switches to libsox provided by apt.
    For CPU jobs this is fine because all the job steps share the same Docker container,
    but on CPU job, each job step runs a script in a new Docker container, so
    libsox installed in a step is not available to the subsequent steps.
    
    To fix this, this PR moves the installation of libsox and sox to Docker build.
    80bfb28b
setup_env.sh 1.13 KB