Drop remaining vestiges of $LINT

This got removed in commit 15be883595.
This commit is contained in:
Martin Pitt 2024-02-07 22:24:05 +01:00 committed by Jelle van der Waa
parent 8bdaa90430
commit a0f5432f4e
2 changed files with 1 additions and 4 deletions

View file

@ -32,7 +32,7 @@ rm -rf dist
%endif %endif
%build %build
LINT=0 NODE_ENV=production make NODE_ENV=production make
%install %install
%make_install PREFIX=/usr %make_install PREFIX=/usr

View file

@ -8,8 +8,5 @@ TEST_SCENARIO="${TEST_SCENARIO:-}"
[ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox [ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox
export RUN_TESTS_OPTIONS=--track-naughties export RUN_TESTS_OPTIONS=--track-naughties
# linters are off by default for production builds, but we want to run them in CI
export LINT=1
make codecheck make codecheck
make check make check