Skip to content

Commit f70cd12

Browse files
committed
remove unnecesarry comment
1 parent 126d171 commit f70cd12

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 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

0 commit comments

Comments
 (0)