Skip to content
Snippets Groups Projects
Commit 8fd91fbd authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by Ben Gamari
Browse files

debian: Install qemu-user for cross testing

parent 58d08589
No related branches found
No related tags found
1 merge request!96debian: Install qemu-user for cross testing
Pipeline #55339 passed
Pipeline: ci-images

#55340

    ......@@ -274,7 +274,7 @@ let debian10Images: List Image.Type =
    , extraPackages =
    debianBuildDepends
    -- For cross-compilation testing
    # ["crossbuild-essential-arm64"]
    # [ "crossbuild-essential-arm64", "qemu-user" ]
    # [ "libnuma-dev" ]
    }
    , DebianImage.toDocker DebianImage::
    ......@@ -288,7 +288,7 @@ let debian10Images: List Image.Type =
    , extraPackages =
    debianBuildDepends
    -- For cross-compilation testing
    # ["crossbuild-essential-arm64"]
    # [ "crossbuild-essential-arm64", "qemu-user" ]
    # [ "libnuma-dev" ]
    }
    ]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment