Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.ghc-tasty-quickcheck.metadata
Normal file
1
.ghc-tasty-quickcheck.metadata
Normal file
@ -0,0 +1 @@
|
||||
4dc0b8bd021fb4f6db0c0310a546af94a65c1dd4 SOURCES/tasty-quickcheck-0.9.1.tar.gz
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/tasty-quickcheck-0.9.1.tar.gz
|
||||
SOURCES/tasty-quickcheck-0.9.1.tar.gz
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (tasty-quickcheck-0.9.1.tar.gz) = 41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211
|
||||
@ -1,16 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
vars:
|
||||
- pkg: "{{playbook_dir|dirname|basename}}"
|
||||
- develpkg: "{{pkg}}-devel"
|
||||
- pkgname: "{{pkg|regex_replace('^ghc-(.*)$', '\\1')}}"
|
||||
required_packages:
|
||||
- "{{develpkg}}"
|
||||
tests:
|
||||
- ghc:
|
||||
run: echo 'main = return ()' > test.hs; ghc -package {{pkgname}} test.hs; ./test
|
||||
...
|
||||
Loading…
Reference in New Issue
Block a user