-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
curl -L0 http://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz; mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD; pushd BUILD/astyle/build/gcc; make; export PATH=$PWD/bin:$PATH; popd;
tar: This does not look like a tar archive
We fetch astyle package from s3, is s3 corrupted or what has change within last 24 hours?
@ARMmbed/mbed-os-maintainers @ARMmbed/mbed-os-test
We are now getting errors in Travis, see the report https://travis-ci.org/ARMmbed/mbed-os/jobs/436740272 (one of the first).
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug