Skip to content

Commit

Permalink
fix(verify-mo): install diffoscope's dependencies; use explicit $TERM
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Sep 26, 2023
1 parent f9f8cc5 commit 46feec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common-steps:
name: Install testing dependencies
command: |
set -e
apt update && apt install -y git gnupg libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb
apt update && apt install -y git gnupg libarchive13 libmagic1 libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb
- &configure_locales
run:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ $(POT): securedrop_client

.PHONY: verify-mo
verify-mo: ## Verify that all gettext machine objects (.mo) are reproducible from their catalogs (.po).
@scripts/verify-mo.py ${LOCALE_DIR}/*
@TERM=dumb scripts/verify-mo.py ${LOCALE_DIR}/*
@# All good; now clean up.
@git restore "${LOCALE_DIR}/**/*.po"

0 comments on commit 46feec9

Please sign in to comment.