File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,8 @@ build_doc:
4343 - doc/build
4444 expire_in : 2 day
4545 before_script :
46- - apt update
47- - apt install -y lftp python3 make latexmk texlive-base texlive-latex-extra python3-pip
48- - pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
49- - python3 -m pip install --upgrade pip
50- - pip3 install -r doc/requirements.txt
46+ - python3 --version
47+ - pip3 --version
5148 script :
5249 - cd doc
5350 - make clean
@@ -101,12 +98,6 @@ deploy_website:
10198 interruptible : true
10299 stage : build
103100 before_script :
104- - apt update
105- # install libncursesw5 for ubuntu 20.04 and later for libtinfo.so.5 missing
106- - apt install -y python3 make python3-pip libncursesw5
107- - pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
108- - python3 -m pip install --upgrade pip
109- - pip3 install -r tools/scripts/requirements.txt
110101 - which riscv64-unknown-elf-gcc && riscv64-unknown-elf-gcc --version
111102 - which riscv64-unknown-elf-clang && riscv64-unknown-elf-clang --version
112103 - which qemu-system-riscv32 && qemu-system-riscv32 --version
You can’t perform that action at this time.
0 commit comments