File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ before_script:
76
76
git clone -b ${XTENSA_CLANG_TOOLCHAIN_BRANCH} ${GITLAB_SSH_SERVER}/${XTENSA_CLANG_TOOLCHAIN_REPO}
77
77
cp -r xtensa-clang-toolchain/* .
78
78
79
+ # LLVM Build System used the remote address to show detailed version info, we'll change it to the public repository
80
+ .fix_origin_remote_for_public : &fix_origin_remote_for_public |
81
+ git remote set-url origin "${GH_REPO_HTTPS}"
82
+
79
83
# Pack the toolchain
80
84
.package_toolchain : &package_toolchain |
81
85
${ARCHIVE_TOOL} ${ARCHIVE_NAME} ${XTENSA_CLANG_TOOLCHAIN}/
@@ -92,6 +96,7 @@ build_clang_toolchain_linux:
92
96
- PLATFORM_NAME=${PLATFORM_NAME_LINUX}
93
97
- *get_release_name
94
98
- *get_gcc_toolchain_linux
99
+ - *fix_origin_remote_for_public
95
100
- *get_clang_toolchain_build_scripts
96
101
- ./build-toolchain-linux.sh ${XTENSA_CLANG_TOOLCHAIN}
97
102
- *package_toolchain
@@ -105,6 +110,7 @@ build_clang_toolchain_win:
105
110
- PLATFORM_NAME=${PLATFORM_NAME_WIN}
106
111
- *get_release_name
107
112
- *get_gcc_toolchain_win
113
+ - *fix_origin_remote_for_public
108
114
- *get_clang_toolchain_build_scripts
109
115
- ./build-toolchain-win.sh ${XTENSA_CLANG_TOOLCHAIN}
110
116
- *package_toolchain
You can’t perform that action at this time.
0 commit comments