mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
a507c0863c
commit
697037af3f
@ -17,6 +17,6 @@
|
||||
|
||||
sudo apt-get update -q
|
||||
sudo apt-get install -q -y \
|
||||
make cmake ninja-build \
|
||||
gcc gcc-arm-none-eabi \
|
||||
make cmake \
|
||||
gcc \
|
||||
cppcheck vera++ python
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
brew update
|
||||
|
||||
PKGS="
|
||||
cmake ninja
|
||||
cmake
|
||||
cppcheck vera++
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user