Skip to content

Commit

Permalink
Don't install the JRE in CI
Browse files Browse the repository at this point in the history
It's only required for yui-compressor, and we don't precompile assets
in CI.
  • Loading branch information
tom93 committed Jan 5, 2024
1 parent 5f13001 commit 8e65364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bash script/install/bundler.bash || exit 1

bash script/install/nokogiri.bash || exit 1 # nokogiri dependencies

bash script/install/jre.bash || exit 1 # required by yui-compressor
[ -n "$CI" ] || bash script/install/jre.bash || exit 1 # required by yui-compressor; skip in CI

sudo bash script/install/isolate.bash || exit 1 # install isolate
sudo bash script/install/cgroup.bash || exit 1 # install cgroups
Expand Down

0 comments on commit 8e65364

Please sign in to comment.