Remove obsolete dependencies from install scripts (#1349)
The new build script does not support ninja anymore, and we haven't been building bare-metal arm targets for long. This patch removes now-obsolete dependencies from install scripts. This can also help to reduce the load on Travis CI (as it keeps installing dependencies for each build job over and over again). JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
sudo apt-get install -q -y \
|
sudo apt-get install -q -y \
|
||||||
make cmake ninja-build \
|
make cmake \
|
||||||
gcc gcc-arm-none-eabi \
|
gcc \
|
||||||
cppcheck vera++ python
|
cppcheck vera++ python
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
brew update
|
brew update
|
||||||
|
|
||||||
PKGS="
|
PKGS="
|
||||||
cmake ninja
|
cmake
|
||||||
cppcheck vera++
|
cppcheck vera++
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user