FIX: Remove `bundle config jobs` (#821)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Thu, 8 Aug 2024 03:23:54 +0000 (11:23 +0800)
committerGitHub <noreply@github.com>
Thu, 8 Aug 2024 03:23:54 +0000 (11:23 +0800)
commit9e253b704c674c22ab8a9730c6764e7861345996
tree92b7bdfe589f01708456c0980aa82d8bea306b42
parent6f7f62ceca6c1fb936fa49a1d21123d422101193
FIX: Remove `bundle config jobs` (#821)

This fixes a regression introduced in
bbefa1e5f387bcad0fac79fea00b39f15f6dee4e. Basically, we cannot configure
the default bundle jobs when building the image because the number of
cores used to build the image can be different from the number of cores
on the machine running the image.
12 files changed:
image/base/release.Dockerfile
image/discourse_bench/Dockerfile
image/discourse_bench/run_bench.sh
image/discourse_dev/postgres_dev.template.yml
image/discourse_fast_switch/create_switch.rb
image/discourse_test/Dockerfile
templates/import/mbox.template.yml
templates/import/mssql-dep.template.yml
templates/import/mysql-dep.template.yml
templates/import/phpbb3.template.yml
templates/import/vanilla.template.yml
templates/web.template.yml