Skip to content
Extraits de code Groupes Projets
Valider 5bf4838e rédigé par Daniel Hunsaker's avatar Daniel Hunsaker Validation de Eugen Rochko
Parcourir les fichiers

[nanobox] Minor tweaks for 1.5 (#4395)

- Be less strict about the Ruby version, which resolves a build failure.
- Add libidn as a dependency (until Nanobox adds idn-ruby to the list of gems with a dependency on it).
- Remove redundant bundler commands (Nanobox's Ruby engine handles these things cleanly on its own, now).
parent bdf573d1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
run.config:
engine: ruby
engine.config:
runtime: ruby-2.4.1
runtime: ruby-2.4
extra_packages:
# basic servers:
......@@ -20,6 +20,9 @@ run.config:
# for node-gyp, used in the asset compilation process:
- python-2
# i18n:
- libidn
cache_dirs:
- node_modules
......@@ -35,10 +38,6 @@ run.config:
extra_steps:
- envsubst < .env.nanobox > .env
- gem install bundler
- bundle config build.nokogiri --with-iconv-dir=/data/ --with-zlib-dir=/data/
- bundle config build.nokogumbo --with-iconv-dir=/data/ --with-zlib-dir=/data/
- bundle install --clean
- yarn
fs_watch: true
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter