Skip to content

Linux build attempts to download toolchains even if they exist: #12

@elaske

Description

@elaske
$ ls packages/
naoqi-sdk-2.1.4.13-linux64.zip

Running the build attempts to download it even though it exists:

$ ./scripts/build_linux.sh 
[ERROR]: Exception No such toolchain: linux-self
Known toolchains are:
Downloading toolchain naoqi-sdk-2.1.4.13-linux64.zip...

In tc_install.sh you should probably check that the file exists before downloading. Same with Self-SDK-Linux.zip.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions