Compare commits

...

No commits in common. "c9s" and "c8-beta" have entirely different histories.
c9s ... c8-beta

7 changed files with 2 additions and 25 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xxhash-*.tar.gz
SOURCES/xxhash-0.8.2.tar.gz

View File

@ -1 +1 @@
8df702581ebc48a5e05be0f1ede6e1e9139e4da1 xxhash-0.8.2.tar.gz
8df702581ebc48a5e05be0f1ede6e1e9139e4da1 SOURCES/xxhash-0.8.2.tar.gz

View File

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

View File

@ -1 +0,0 @@
SHA512 (xxhash-0.8.2.tar.gz) = 3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78

View File

@ -1,6 +0,0 @@
#!/bin/bash
# xxhash runs tests at build stage. if tests fail a build fails. no need to duplicate.
echo XXHASH nulltest is PASS
exit 0

View File

@ -1,10 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- nulltest:
dir: .
run: nulltest.sh