diff --git a/.cirrus.yml b/.cirrus.yml index f1730644d5..081b1e5559 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run, PR or post-merge. - DEST_BRANCH: "v4.0" + DEST_BRANCH: "v4.0-rhel" # Netavark branch to use when TEST_ENVIRON=host-netavark NETAVARK_BRANCH: "main" # TODO: This should point to a release branch # Aardvark branch to use diff --git a/Makefile b/Makefile index cb230d8e9f..7f7271bd6d 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ endif # dependencies. This is only used for the Windows installer task (podman.msi), which must # include this lightweight helper binary. # -GV_GITURL=git://github.com/containers/gvisor-tap-vsock.git +GV_GITURL=https://github.com/containers/gvisor-tap-vsock.git GV_SHA=e943b1806d94d387c4c38d96719432d50a84bbd0 ###