Skip to content

Commit

Permalink
tmp fix to force-rebuild gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jan 20, 2022
1 parent 9ec6469 commit 4217652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -134,8 +134,10 @@ jobs:
command: |
# Pick up our own Qt
export PATH=$OPENSCAD_LIBRARIES/bin:$PATH
# FIXME: Force-rebuild gettext. Remove later
./scripts/macosx-build-dependencies.sh -x -a -d -f gettext
# Limit to 30 minutes
./scripts/macosx-build-dependencies.sh -l 30 -x -a -d double_conversion eigen gmp mpfr glew gettext libffi freetype ragel harfbuzz libzip libxml2 libuuid fontconfig hidapi lib3mf pixman cairo glib2 boost cgal qt5 opencsg qscintilla sparkle
# ./scripts/macosx-build-dependencies.sh -l 30 -x -a -d double_conversion eigen gmp mpfr glew gettext libffi freetype ragel harfbuzz libzip libxml2 libuuid fontconfig hidapi lib3mf pixman cairo glib2 boost cgal qt5 opencsg qscintilla sparkle
- run:
name: Package Dependencies as an artifact
command: |
Expand Down

0 comments on commit 4217652

Please sign in to comment.