Projects STRLCPY criu Commits 85b5c1e4
🤬
  • ci/podman-test: drop crun installation script

    In a previous commit, we set the default runtime to runc and
    "manage-cgroups" to ignore. We remove the installation script
    for crun as it is not used with this test.
    
    Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading...
  • 85b5c1e4
    1 parent 91ff24b4
  • ■ ■ ■ ■ ■ ■
    scripts/ci/podman-test.sh
    skipped 10 lines
    11 11   
    12 12  criu --version
    13 13   
    14  -# Install crun build dependencies
    15  -scripts/ci/apt-install libyajl-dev libseccomp-dev libsystemd-dev
    16  - 
    17  -# Install crun from source to test libcriu integration
    18  -tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
    19  -pushd "${tmp_dir}"
    20  -git clone --depth=1 https://github.com/containers/crun
    21  -cd crun
    22  -./autogen.sh && ./configure --prefix=/usr
    23  -make -j"$(nproc)"
    24  -make install
    25  -popd
    26  -rm -rf "${tmp_dir}"
    27  - 
    28 14  # FIXME: Disable checkpoint/restore of cgroups
    29 15  # https://github.com/checkpoint-restore/criu/issues/2091
    30 16  mkdir -p /etc/criu
    skipped 48 lines
Please wait...
Page is in error, reload to recover