We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad53ed commit 22260bbCopy full SHA for 22260bb
source/chapter3/5exercise.rst
@@ -68,16 +68,6 @@ chapter3练习
68
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
69
virtio-drivers = { git = "https://gitee.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
70
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
81
.. note::
82
83
你的实现只需且必须通过测例,建议读者感到困惑时先检查测例。
0 commit comments