mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
build: Remove DragonOS_GCC And make CI use docker image (#954)
* build: 不再需要x86_64-elf-gcc的支持 * ci: 添加ci用的docker镜像 * 切换workflow到构建用的容器上 --------- Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
@ -33,6 +33,8 @@ fi
|
||||
|
||||
INSTALL_POS="$HOME/opt/"
|
||||
|
||||
mkdir -p $INSTALL_POS
|
||||
|
||||
get_shell_rc_file()
|
||||
{
|
||||
if [ -n "$ZSH_VERSION" ]; then
|
||||
|
Reference in New Issue
Block a user