Skip to content

Commit

Permalink
Add flag for sassc installation on ppc64le
Browse files Browse the repository at this point in the history
The build fails while installing (or building) sassc gem if the --disable-march-tune-native flag is not set for ppc64le.

More context : ManageIQ#19520
  • Loading branch information
svghadi authored Apr 30, 2020
1 parent e673622 commit bf99a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/setup_ruby_env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
./tools/ci/setup_ruby_environment.rb
bundle config --local build.sassc --disable-march-tune-native
export BUNDLE_WITHOUT=development
export BUNDLE_GEMFILE=${PWD}/Gemfile

0 comments on commit bf99a1a

Please sign in to comment.