Skip to content

Commit 380179b

Browse files
authored
Merge pull request #6622 from tautschnig/cleanup/kernel-from-github
Use github.com Linux kernel mirror in integration test
2 parents 90f64fa + 7965ba2 commit 380179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/linux/compile_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ make -C src CXX='ccache /usr/bin/g++' cbmc.dir goto-cc.dir goto-diff.dir -j$(npr
2121
[ -d one-line-scan ] || git clone https://github.com/awslabs/one-line-scan.git one-line-scan
2222

2323
# Get Linux v5.10, if we do not have it already
24-
[ -d linux_5_10 ] || git clone -b v5.10 --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux_5_10
24+
[ -d linux_5_10 ] || git clone -b v5.10 --depth=1 https://github.com/torvalds/linux/ linux_5_10
2525

2626
# Prepare compile a part of the kernel with CBMC via one-line-scan
2727
ln -s goto-cc src/goto-cc/goto-ld

0 commit comments

Comments
 (0)