Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1] CI fixes and misc backports #4241

Merged
merged 5 commits into from
Apr 3, 2024

Commits on Apr 2, 2024

  1. ci/gha/cross-i386: pin Go to 1.21

    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0327105 View commit details
    Browse the repository at this point in the history
  2. update go version to 1.21 in cirrus ci

    Signed-off-by: lfbzhm <lifubang@acmcoder.com>
    (cherry picked from commit a596a05)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    lifubang authored and kolyshkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    82a8b97 View commit details
    Browse the repository at this point in the history
  3. Fix integration tests failure when calling "ip"

    Signed-off-by: TTFISH <jiongchiyu@gmail.com>
    (cherry picked from commit eb55472)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    fish98 authored and kolyshkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    aae41a4 View commit details
    Browse the repository at this point in the history
  4. tests/int: fix flaky "runc run with tmpfs perm"

    Apparently, sometimes a short-lived "runc run" produces result with \r
    and sometimes without. As a result, we have an occasional failure of
    "runc run with tmpfs perms" test.
    
    The solution (to the flaky test) is to use the first line of the output
    (like many other tests do).
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    (cherry picked from commit 6d27922)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3fada6e View commit details
    Browse the repository at this point in the history
  5. build: update libseccomp to v2.5.5

    This adds support for syscalls up to Linux 6.7-rc3.
    
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    (cherry picked from commit cdccf6d)
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    cyphar authored and kolyshkin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    452bf88 View commit details
    Browse the repository at this point in the history