Skip to content

Commit 3323fe9

Browse files
committed
Fix Xen CI job by moving to GitHub mirror
git://xenbits.xen.org/xen.git appears to be working fine from my local host, but maybe the (plaintext) git protocol is being blocked somewhere. Use GitHub's mirror of the Xen project instead.
1 parent 4fe3ade commit 3323fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-Xen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: git clone -b path-addition https://github.com/awslabs/one-line-scan.git
5050

5151
- name: Get Xen 4.13
52-
run: git clone git://xenbits.xen.org/xen.git xen_4_13 && cd xen_4_13 && git reset --hard RELEASE-4.13.0 && pwd
52+
run: git clone -b stable-4.13 --depth=1 https://github.com/xen-project/xen xen_4_13
5353

5454
- name: Prepare compile Xen with CBMC via one-line-scan
5555
run: |

0 commit comments

Comments
 (0)