Skip to content

Commit 6502a82

Browse files
committed
remove unnecesarry comment
1 parent 126d171 commit 6502a82

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/uring-kernel-version-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ jobs:
6868
rm -rf initramfs
6969
mkdir -p initramfs/{bin,sbin,proc,sys,tmp}
7070
71-
# # Copy test binaries into initramfs
72-
# for bin in target/x86_64-unknown-linux-musl/debug/deps/{fs_*,tokio-*}; do
73-
# if [ -f "$bin" ] && [ -x "$bin" ]; then
74-
# cp "$bin" initramfs/bin/tests
75-
# fi
76-
# done
77-
7871
cp target/x86_64-unknown-linux-musl/release/io-uring-test initramfs/bin/
7972
8073
# Add BusyBox & symlinks
@@ -106,14 +99,10 @@ jobs:
10699
mount -t proc proc /proc
107100
mount -t sysfs sysfs /sys
108101
mkdir -p /tmp && mount -t tmpfs -o mode=1777 tmpfs /tmp
109-
# for f in /bin/tests/*; do RUST_BACKTRACE=1 "$f" ; done
110102
111103
# Bring up ext4 test volume at /mnt
112104
mkdir -p /mnt
113105
114-
# wait briefly for /dev/vda to appear
115-
# for i in $(seq 1 50); do [ -e /dev/vda ] && break; sleep 0.1; done
116-
117106
mount -t ext4 /dev/vda /mnt
118107
119108
# run tests from a filesystem that supports O_DIRECT

0 commit comments

Comments
 (0)