File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3737 # -----
3838 cat /proc/cpuinfo
3939 install_libvirt_vagrant_script : |
40+ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
41+ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
42+ sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
4043 apt-get update
41- apt-get install -y libvirt-daemon libvirt-daemon-system vagrant vagrant-libvirt
44+ apt-get install -y libvirt-daemon libvirt-daemon-system vagrant
4245 systemctl enable --now libvirtd
46+ apt-get build-dep -y vagrant ruby-libvirt
47+ apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
48+ vagrant plugin install vagrant-libvirt
4349 vagrant_cache :
4450 fingerprint_script : uname -s ; cat Vagrantfile.$DISTRO
4551 folder : /root/.vagrant.d
7177 HOME : /root
7278 CIRRUS_WORKING_DIR : /home/runc
7379 GO_VERSION : " 1.19"
74- BATS_VERSION : " v1.8.2 "
80+ BATS_VERSION : " v1.9.0 "
7581 RPMS : gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
7682 # yamllint disable rule:key-duplicates
7783 matrix :
Original file line number Diff line number Diff line change 7676 - name : install bats
7777 uses : mig4/setup-bats@v1
7878 with :
79- bats-version : 1.8.2
79+ bats-version : 1.9.0
8080
8181 - name : unit test
8282 if : matrix.rootless != 'rootless'
Original file line number Diff line number Diff line change 11ARG GO_VERSION=1.20
2- ARG BATS_VERSION=v1.8.2
2+ ARG BATS_VERSION=v1.9.0
33ARG LIBSECCOMP_VERSION=2.5.4
44
55FROM golang:${GO_VERSION}-bullseye
Original file line number Diff line number Diff line change 33
44Vagrant . configure ( "2" ) do |config |
55# Fedora box is used for testing cgroup v2 support
6- config . vm . box = "fedora/37 -cloud-base"
6+ config . vm . box = "fedora/38 -cloud-base"
77 config . vm . provider :virtualbox do |v |
88 v . memory = 2048
99 v . cpus = 2
You can’t perform that action at this time.
0 commit comments