Skip to content

Commit 9b209b0

Browse files
authored
Merge pull request #1185 from elezar/fix-rpm-package-definition
[no-relnote] Fix rpm package definition
2 parents d2a2700 + 85a910f commit 9b209b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/golang.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
skip-cache: true
5151

5252
- name: Check golang modules
53-
run: |
53+
run: |
5454
make check-vendor
5555
make -C deployments/devel check-modules
5656
@@ -71,11 +71,12 @@ jobs:
7171
uses: actions/setup-go@v5
7272
with:
7373
go-version: ${{ env.GOLANG_VERSION }}
74-
74+
7575
- name: Run unit tests and generate coverage report
7676
run: make coverage
7777

7878
- name: Upload to Coveralls
79+
continue-on-error: true
7980
uses: coverallsapp/github-action@v2
8081
with:
8182
github-token: ${{ secrets.GITHUB_TOKEN }}

packaging/rpm/SPECS/nvidia-container-toolkit.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Requires: nvidia-container-toolkit-base == %{version}-%{release}
3131
Provides tools and utilities to enable GPU support in containers.
3232

3333
%prep
34-
cp %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} .
34+
cp %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} .
3535

3636
%install
3737
mkdir -p %{buildroot}%{_bindir}

0 commit comments

Comments
 (0)