Compare commits
No commits in common. "c8-stream-rhel8" and "stream-go-toolset-rhel8-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-go-
@ -1 +0,0 @@
|
|||||||
c8f99369a4bbf64032d480c11f416049c583069e SOURCES/delve-1.22.1.tar.gz
|
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/delve-1.22.1.tar.gz
|
SOURCES/delve-1.9.1.tar.gz
|
||||||
|
/delve-1.9.1.tar.gz
|
||||||
|
/delve-1.20.2.tar.gz
|
||||||
|
/delve-1.21.2.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: delve
|
Name: delve
|
||||||
Version: 1.22.1
|
Version: 1.21.2
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A debugger for the Go programming language
|
Summary: A debugger for the Go programming language
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -55,12 +55,16 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export GO111MODULE=off
|
# Temporary - FIXME
|
||||||
export GOPATH="%{_builddir}/%{name}-%{version}/_build"
|
# Buildroot Go is not compatible with this version of delve tests.
|
||||||
cd "_build/src/github.com/go-delve/%{name}"
|
# We'll have to rely on downstream QE tests until delve 1.22
|
||||||
for d in $(go list %{?exp} ./... | grep -v cmd | grep -v scripts); do
|
# lands in the buildroot.
|
||||||
go test %{?exp} ${d}
|
#export GO111MODULE=off
|
||||||
done
|
#export GOPATH="%{_builddir}/%{name}-%{version}/_build"
|
||||||
|
#cd "_build/src/github.com/go-delve/%{name}"
|
||||||
|
#for d in $(go list %{?exp} ./... | grep -v cmd | grep -v scripts); do
|
||||||
|
# go test %{?exp} ${d}
|
||||||
|
#done
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -71,9 +75,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 16 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-1
|
* Wed Sep 18 2024 David Benoit <dbenoit@redhat.com> - 1.21.2-4
|
||||||
- Rebase to 1.22.1
|
- Skip tests in %check due to incompatible Go version in buildroot (temporary).
|
||||||
- Resolves: RHEL-54307
|
- Resolves: RHEL-59518
|
||||||
|
|
||||||
* Wed Jan 31 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-3
|
* Wed Jan 31 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-3
|
||||||
- Skip an additional test as it's breaking in the CI system.
|
- Skip an additional test as it's breaking in the CI system.
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
Loading…
Reference in New Issue
Block a user