Compare commits

...

No commits in common. "c8s" and "c8" have entirely different histories.
c8s ... c8

6 changed files with 0 additions and 28 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/marisa-0.2.4.tar.gz
/marisa-0.2.4.tar.gz

View File

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

View File

@ -1 +0,0 @@
SHA512 (marisa-0.2.4.tar.gz) = 71aee3ae034d1ce725d986bef43472d61bd64f0af3ccda01bb019cce03f0872629b6a1b305e717056bef06e036372323b2a67e5dc69705d6a74e028b5e2553e4

View File

@ -1,3 +0,0 @@
#!/bin/bash
cd ../source
./configure && LD_LIBRARY_PATH=$PWD/lib/.libs make check

View File

@ -1,17 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- make
- gcc-c++