File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ cd /path/to/ustb-os-rustlings
3939tar -czf ../ustb-os-rustlings.tar.gz .
4040```
4141
42+ :::note[ 测评机 unknown extended header]
43+ 若在 Windows 下直接执行 ` tar ` 命令,可能会在评测机上出现测评机不能识别 ` SCHILY.fflags ` 的问题,我们建议在 Windows 下使用 7zip 这类软件进行压缩,或者使用 Docker 里的 Linux 环境.
44+
45+ 因为 ` tar ` 命令在 Windows 和 Linux 上的实现差异导致 tar 包格式不兼容. 在 Windows 下的 ` tar ` 大概率是 ` bsdtar ` .
46+ :::
47+
4248将会在 rustlings 的** 上级目录** 生成一个 ` ustb-os-rustlings.tar.gz ` 文件,压缩包的内容是 rustlings 目录的文件.
4349
4450然后提交 ` .tar.gz ` 文件到 CG 进行评测.
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ cd /path/to/ustb-os-rustlings
2323tar -czf ../ustb-os-rustlings.tar.gz .
2424```
2525
26+ :::note[ 测评机 unknown extended header]
27+ 若在 Windows 下直接执行 ` tar ` 命令,可能会在评测机上出现测评机不能识别 ` SCHILY.fflags ` 的问题,我们建议在 Windows 下使用 7zip 这类软件进行压缩,或者使用 Docker 里的 Linux 环境.
28+
29+ 因为 ` tar ` 命令在 Windows 和 Linux 上的实现差异导致 tar 包格式不兼容. 在 Windows 下的 ` tar ` 大概率是 ` bsdtar ` .
30+ :::
31+
2632将会在 rustlings 的** 上级目录** 生成一个 ` ustb-os-rustlings.tar.gz ` 文件,压缩包的内容是 rustlings 目录的文件.
2733
2834然后提交 ` .tar.gz ` 文件到 CG 进行评测.
You can’t perform that action at this time.
0 commit comments