Skip to content

Commit 38881d8

Browse files
authored
Remove dotenv installation from build script (#20036)
1 parent f17dedd commit 38881d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build_scripts/build_linux_deb-2-installer.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ if [ "$PLATFORM" = "arm64" ]; then
9191
# https://github.com/jordansissel/fpm/issues/1801#issuecomment-919877499
9292
# @TODO Consolidates the process to amd64 if the issue of electron-builder is resolved
9393
sudo apt-get -y install ruby ruby-dev
94-
# ERROR: Error installing fpm:
95-
# The last version of dotenv (>= 0) to support your Ruby & RubyGems was 2.8.1. Try installing it with `gem install dotenv -v 2.8.1` and then running the current command again
96-
# dotenv requires Ruby version >= 3.0. The current ruby version is 2.7.0.0.
97-
# @TODO Once ruby 3.0 can be installed on `apt install ruby`, installing dotenv below should be removed.
98-
sudo gem install dotenv -v 2.8.1
9994
sudo gem install fpm
10095
echo USE_SYSTEM_FPM=true "${NPM_PATH}/electron-builder" build --linux deb --arm64 \
10196
--config.extraMetadata.name=chia-blockchain \

0 commit comments

Comments
 (0)