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
49f53c80
Commit
49f53c80
authored
5 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import delve-1.22.1-1.module+el8.10.0+22223+9d99ca85
parent
7f1b41f4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.delve.checksum
+1
-1
1 addition, 1 deletion
.delve.checksum
.delve.metadata
+1
-1
1 addition, 1 deletion
.delve.metadata
SPECS/delve.spec
+11
-15
11 additions, 15 deletions
SPECS/delve.spec
with
13 additions
and
17 deletions
.delve.checksum
+
1
−
1
View file @
49f53c80
67fc1b6b739b21e0a23c4ae593dbcf0a62553e8b51423dd2fb71b27d146dc302
8104bcdf341d2da0ffc11e0d0432e1f9c32b7f77a2c096ace85b3c6014c7034c
This diff is collapsed.
Click to expand it.
.delve.metadata
+
1
−
1
View file @
49f53c80
41f104a562d79fa47aa025b5f94e1302279805c148c0e57fd3ed3ae075656bb5
SOURCES/delve-1.2
1.2
.tar.gz
fe6f0d97c233d4f0f1ed422c11508cc57c14e9e0915f9a258f1912c46824cbfb
SOURCES/delve-1.2
2.1
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/delve.spec
+
11
−
15
View file @
49f53c80
...
...
@@ -3,8 +3,8 @@
%endif
Name: delve
Version: 1.2
1.2
Release:
4
%{?dist}
Version: 1.2
2.1
Release:
1
%{?dist}
Summary: A debugger for the Go programming language
License: MIT
...
...
@@ -55,16 +55,12 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
%check
# 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
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
...
...
@@ -75,9 +71,9 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
%changelog
*
Wed Sep
1
8
2024
David Benoit <dbenoit
@redhat.com> - 1.2
1.2-4
-
Skip tests in %check due to incompatible Go version in buildroot (temporary).
- Resolves: RHEL-5
9518
*
Fri Aug
1
6
2024
Alejandro Sáez <asm
@redhat.com> - 1.2
2.1-1
-
Rebase to 1.22.1
- Resolves: RHEL-5
4307
* 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.
...
...
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