Re: enable the excute of install_tools in cibuild.sh

2022-02-02 Thread fft
Hi Ashton there's new error when run Dockerfile,do you know why? thanks! #31 [nuttx-toolchain-sparc 1/1] RUN mkdir sparc-gaisler-elf-gcc &&   curl -L "https://www.gaisler.com/anonftp/bcc2/bin/bcc-2.1.0-gcc-linux64.tar.xz"  ; | tar -C sparc-gaisler-elf-gcc --strip-components 1 -xvJf #31 sha256:

Re: enable the excute of install_tools in cibuild.sh

2022-02-02 Thread fft
thanks??let me try! ---Original--- From: "Brennan Ashton"https://github.com/apache/incubator-nuttx/blob/master/tools/ci/docker/linux/Dockerfile > > > On Tue, Feb 1, 2022, 11:37 PM fft https://github.com/apache/incubator-nuttx/runs/5032993342?check_suite_focus=true > > >

Re: enable the excute of install_tools in cibuild.sh

2022-02-02 Thread Brennan Ashton
cute "install_tools" function >   > -- Original -- > From:  "Brennan Ashton" Date:  Wed, Feb 2, 2022 04:17 PM > To:  "dev" > Subject:  Re: enable the excute of install_tools in cibuild.sh > >   > > The ci uses the docker containe

Re: enable the excute of install_tools in cibuild.sh

2022-02-02 Thread fft
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:  "Brennan Ashton"https://github.com/apache/incubator-nuttx/blob

Re: enable the excute of install_tools in cibuild.sh

2022-02-02 Thread Brennan Ashton
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 wrote: > Hi team's > I'm try to add sparc to the daily ci,I add code