The "install_tools" function in tools/ci/cibuild.sh should be excuted firstly 
to install sparc-gcc-toolchain,isn't it? but there's some error when excute 
"install_tools" function
 
------------------ Original ------------------
From: &nbsp;"Brennan&nbsp;Ashton"<bash...@brennanashton.com&gt;;
Date: &nbsp;Wed, Feb 2, 2022 04:17 PM
To: &nbsp;"dev"<dev@nuttx.apache.org&gt;; 

Subject: &nbsp;Re: enable the excute of install_tools in cibuild.sh

&nbsp;

The ci uses the docker container. You will want to submit a PR updating
that and have that merge first.

https://github.com/apache/incubator-nuttx/blob/master/tools/ci/docker/linux/Dockerfile


On Tue, Feb 1, 2022, 11:37 PM fft <f...@feedforward.com.cn&gt; wrote:

&gt; Hi team's
&gt; I'm try to add sparc to the daily ci,I add code to tools/ci/cibuild.sh
&gt; and&amp;nbsp; tools/ci/testlist/other.dat,but when i start&amp;nbsp; pull
&gt; requests,there's ci check error,beacuse "install_tools" function was not
&gt; executed,what resulte the build of xx3803:nsh can't find
&gt; sparc-gaisler-elf-gcc,to solve this problem,i change ./cibuild.sh -A -c
&gt; testlist/${{matrix.boards}}.dat to ./cibuild.sh -A -c -i
&gt; testlist/${{matrix.boards}}.dat in build.yml, but the excute of
&gt;
&gt; function install_tools {
&gt; &amp;nbsp; pushd .
&gt; &amp;nbsp; for func in ${install}; do
&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; ${func}
&gt; &amp;nbsp; done
&gt; &amp;nbsp; popd
&gt;
&gt; &amp;nbsp; echo PATH="${EXTRA_PATH}"/"${PATH}" &amp;gt; 
"${prebuilt}"/env.sh
&gt; }
&gt; has other error when install kconfig-frontends
&gt;
&gt;
&gt; 
https://github.com/apache/incubator-nuttx/runs/5032993342?check_suite_focus=true
&gt;
&gt; how solve this problem?
&gt; Best regards,
&gt; Zou

Reply via email to