Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
9f156e53
Commit
9f156e53
authored
Jun 01, 2017
by
Christian Kuhn
Browse files
[TASK] Update nodejs, have g++ and keep make on php70
parent
df453d9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
php70/enable_repos.sh
View file @
9f156e53
...
...
@@ -13,4 +13,4 @@ curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
echo
"deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main"
>>
/etc/apt/sources.list.d/google-chrome.list
# NodeSource's Node.js repository
curl
--fail
-sL
https://deb.nodesource.com/setup_
4
.x | bash -
curl
--fail
-sL
https://deb.nodesource.com/setup_
8
.x | bash -
php70/finalize.sh
View file @
9f156e53
...
...
@@ -39,7 +39,6 @@ apt-get remove -y --purge \
libubsan0
\
linux-libc-dev
\
m4
\
make
\
php7.0-dev
\
shtool
\
zlib1g-dev
\
...
...
php70/nodejs.sh
View file @
9f156e53
...
...
@@ -3,8 +3,8 @@ set -e
source
/pd_build/buildconfig
set
-x
#
# Install Node.js
minimal_apt_get_install nodejs
# Install Node.js
and some packages to successfully compile stuff
minimal_apt_get_install nodejs
make g++
## And update nodejs on global level
npm update
-g
\ No newline at end of file
# And update npm afterwards
npm
install
npm
-g
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment