Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
delve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
delve
Commits
7f1b41f4
Commit
7f1b41f4
authored
6 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import delve-1.21.2-4.module+el8.10.0+22329+6cd5c9c6
parent
ca35aac3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.delve.checksum
+1
-1
1 addition, 1 deletion
.delve.checksum
SPECS/delve.spec
+15
-7
15 additions, 7 deletions
SPECS/delve.spec
with
16 additions
and
8 deletions
.delve.checksum
+
1
−
1
View file @
7f1b41f4
14d23d2f2d17c7d11ab871729a51692221c7ac8dd4303b4f6298cb4fd7f44557
67fc1b6b739b21e0a23c4ae593dbcf0a62553e8b51423dd2fb71b27d146dc302
This diff is collapsed.
Click to expand it.
SPECS/delve.spec
+
15
−
7
View file @
7f1b41f4
...
...
@@ -4,7 +4,7 @@
Name: delve
Version: 1.21.2
Release:
3
%{?dist}
Release:
4
%{?dist}
Summary: A debugger for the Go programming language
License: MIT
...
...
@@ -55,12 +55,16 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
%check
export GO111MODULE=off
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
# Temporary - FIXME
# Buildroot Go is not compatible with this version of delve tests.
# We'll have to rely on downstream QE tests until delve 1.22
# lands in the buildroot.
#export GO111MODULE=off
#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
...
...
@@ -71,6 +75,10 @@ done
%changelog
* Wed Sep 18 2024 David Benoit <dbenoit@redhat.com> - 1.21.2-4
- Skip tests in %check due to incompatible Go version in buildroot (temporary).
- Resolves: RHEL-59518
* 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.
- Modify the name of the patch.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment