Compare commits

..

No commits in common. "c10s" and "imports/c10s/python-meson-python-0.15.0-12.el10" have entirely different histories.

3 changed files with 0 additions and 32 deletions

View File

@ -1 +0,0 @@
1

25
ci.fmf
View File

@ -1,25 +0,0 @@
# vi: ts=2 sw=2 et ft=yaml:
summary: Basic smoke test
prepare:
- how: install
package: gcc
execute:
how: tmt
script: |
set -eux
TMP_DIR="$(mktemp -d)"
pushd "$TMP_DIR"
meson init --name foo
cat >pyproject.toml <<EOF
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python']
EOF
python3 -c 'import mesonpy; x = mesonpy.Project(source_dir=".", build_dir="./build"); x.build()'
build/foo
popd
rm -rf "$TMP_DIR"

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}