Run python tools/update-meson.py
python tools/update-meson.py
if ! ./tools/test-git-no-uncommitted-changes; then
git add --intent-to-add . # also show newly created files in git diff
git status
git diff
false
fi
shell: /usr/bin/bash -l {0}
env:
SEPARATELY_TESTED_FLAKY_FILES: src/sage/libs/singular/function.pyx src/sage/rings/polynomial/plural.pyx
INPUT_RUN_POST: true
CONDA: /usr/share/miniconda
Analyzing meson file: ./meson.build
-- Project: SageMath
-- Version: undefined
Error: the git repo has uncommitted changes:
M src/sage/graphs/meson.build
it's a bit insane error in the CI - it runs a script, which happens to update src/sage/graphs/meson.build, and, oops, the latter file is found changed, error, giving up. @tobiasdiez - do you understand this?
Originally posted by @dimpase in #42375 (comment)
it's a bit insane error in the CI - it runs a script, which happens to update
src/sage/graphs/meson.build, and, oops, the latter file is found changed, error, giving up. @tobiasdiez - do you understand this?Originally posted by @dimpase in #42375 (comment)