Skip to content

Commit

Permalink
Show the locale
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 27, 2021
1 parent 522d202 commit a384b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ task:
- echo "GNUMAKEFLAGS=-s -j$((1 + $CIRRUS_CPU))" >> $CIRRUS_ENV
print_env_script:
- echo "GNUMAKEFLAGS=$GNUMAKEFLAGS"
- locale
# Arm containers are executed in AWS's EKS, and it's not yet supporting IPv6
# See https://github.com/aws/containers-roadmap/issues/835
disable_ipv6_script: sudo ./tool/disable_ipv6.sh
Expand All @@ -56,6 +57,9 @@ task:
make_incs_script: make incs
make_script: make
make_leaked-globals_script: make leaked-globals
show_locale_script:
- ./miniruby -e 'p Encoding.find("locale")'
- make run TESTRUN_SCRIPT='-e "p Encoding.locale_charmap"'
make_test_script: make test
make_install_script: make install
install_gems_for_test_script: $RUBY_PREFIX/bin/gem install --no-doc timezone tzinfo
Expand Down

0 comments on commit a384b44

Please sign in to comment.