dotnet8.0/copr-build
Omair Majid 207fa953d8 Fix issues found in CI
- Add patches to fix mono and arm64 issues
- Include libmono-*.a files in the SDK
- Fix CI configuration

Related: RHEL-2958
2023-09-19 11:01:35 -04:00

14 lines
257 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
set -x
fedpkg --release f37 srpm 2>&1 | tee fedpkg.output
srpm_name=$(grep 'Wrote: ' fedpkg.output | cut -d' ' -f 2)
ls -alh "${srpm_name}"
copr-cli --debug build @dotnet-sig/dotnet-preview "${srpm_name}" --timeout 36000