Skip to content

Commit b7cd113

Browse files
committed
ci: no need to install apt and pip package now
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent bf8b734 commit b7cd113

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)