while the bugs are fixed, this still gives more headache

This commit is contained in:
Nemo 2022-01-17 00:16:35 +05:30
parent 2eb17f82ab
commit 81a71b0f33
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_GLOBAL_GEM_CACHE: "true"
BUNDLE_FORCE_RUBY_PLATFORM: "true"
BUNDLE_DEFAULT_INSTALL_USES_PATH: "true"
BUNDLE_ALLOW_OFFLINE_INSTALL: "true"
# BUNDLE_GLOBAL_GEM_CACHE: "true"
BUNDLE_FORCE_RUBY_PLATFORM: "false"
BUNDLE_DEFAULT_INSTALL_USES_PATH: "false"
# BUNDLE_ALLOW_OFFLINE_INSTALL: "true"
BUNDLE_CACHE_ALL: "true"
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_GEM__COC: "true"
BUNDLE_GEM__TEST: "false"
BUNDLE_GEM__MIT: "false"
BUNDLE_JOBS: "8"
BUNDLE_JOBS: "4"
BUNDLE_GEM__CI: "github"
BUNDLE_GEM__RUBOCOP: "true"