Skip to content

Commit

Permalink
Fix fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhelonious committed Sep 21, 2024
1 parent bd67e52 commit ff83334
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -808,17 +808,12 @@ parts:
override-build: |
set -eux
gem install bundler -v $BUNDLER_VERSION --no-document --install-dir $GEM_PATH
gem install fiddle --install-dir $GEM_PATH
bundle config deployment "true"
bundle config without "development test"
bundle config set --local path $BUNDLE_PATH
bundle config set --local silence_root_warning true
bundle config build.pg --with-pg-config=$CRAFT_STAGE/postgres/bin/pg_config
bundle config set frozen false
echo "gem 'fiddle'" >> Gemfile
bundle update fiddle --conservative
bundle config set frozen true
bundle install -j"$(nproc)"
mkdir -p $COREPACK_HOME $YARN_CACHE_FOLDER
Expand Down

0 comments on commit ff83334

Please sign in to comment.