Skip to content

CI messes around with git, errorrs out #42508

Description

@dimpase
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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions