Skip to content

Commit 22260bb

Browse files
authored
Remove expired local ci-run
1 parent fad53ed commit 22260bb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/chapter3/5exercise.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ chapter3练习
6868
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
6969
virtio-drivers = { git = "https://gitee.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
7070
71-
72-
- 本地离线运行 CI 脚本的方法(注意 CI 脚本会修改代码仓库的文件,请在运行前暂存改动):
73-
74-
.. code-block:: shell
75-
76-
git clone git@git.tsinghua.edu.cn:os-lab/2025S/public/rcore-tutorial-checker-2025S.git ci-user
77-
git clone git@git.tsinghua.edu.cn:os-lab/2025S/public/rcore-tutorial-test-2025S.git ci-user/user
78-
cd ci-user && make test CHAPTER=$ID OFFLINE=1
79-
80-
8171
.. note::
8272
8373
你的实现只需且必须通过测例,建议读者感到困惑时先检查测例。

0 commit comments

Comments
 (0)