Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/n3drPublic

Commit70ed1cc

Browse files
authored
build: [#467] Resolve 'GLIBC_2.34 not found in snapcraft' issue. (#468)
1 parentd37fdc5 commit70ed1cc

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

‎.github/workflows/snapcraft.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
path:build/package
2020
id:snapcraft
2121
-run:|
22+
snap --version
23+
echo "check ldd version"
24+
ldd --version
2225
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}
2326
n3dr --version | grep "[0-9]\."
2427
-uses:snapcore/action-publish@v1.2.0

‎Taskfile.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3'
44
env:
55
GIT_CHGLOG_URL:https://github.com/git-chglog/git-chglog/releases/download
66
GIT_CHGLOG_VERSION:v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz
7-
CHANGELOG_NEXT_TAG:7.4.0
7+
CHANGELOG_NEXT_TAG:7.4.1
88

99
tasks:
1010
changelog:

‎build/package/snap/snapcraft.yaml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name:n3dr
3-
base:core20
4-
version:7.4.0
3+
base:core22
4+
version:7.4.1
55
summary:Nexus3 Disaster Recovery
66
description:|
77
Download all artifacts at once or migrate automatically from Nexus to Nexus.
@@ -20,7 +20,11 @@ parts:
2020
plugin:nil
2121
build-packages:
2222
-curl
23+
-libc6-dev
2324
override-build:|
25+
snap --version
26+
echo "check ldd version"
27+
ldd --version
2428
cd $SNAPCRAFT_PART_INSTALL
2529
export N3DR_URL=https://github.com/030/n3dr/releases/download
2630
export N3DR_URL_VERSION=${N3DR_URL}/${SNAPCRAFT_PROJECT_VERSION}

‎docs/CHANGELOG.md‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
##[Unreleased]
33

44

5+
<aname="7.4.1"></a>
6+
##[7.4.1] - 2024-02-04
7+
###Build
8+
- Resolve 'GLIBC_2.34 not found in snapcraft' issue.
9+
10+
511
<aname="7.4.0"></a>
6-
##[7.4.0] - 2024-02-03
12+
##[7.4.0] - 2024-02-04
713
###Build
814
-[[#423](https://github.com/030/n3dr/issues/423)] Add golang action. ([#424](https://github.com/030/n3dr/issues/424))
915
- Replace separate hadolint, dockle and trivy by one workflow. ([#417](https://github.com/030/n3dr/issues/417))
@@ -32,7 +38,7 @@
3238
-**deps:** bump alpine from 3.18.4 to 3.18.5 ([#387](https://github.com/030/n3dr/issues/387))
3339

3440
###Feat
35-
-[[#440](https://github.com/030/n3dr/issues/440)] Create user and assign roles.
41+
-[[#440](https://github.com/030/n3dr/issues/440)] Create user and assign roles. ([#447](https://github.com/030/n3dr/issues/447))
3642

3743
###Fix
3844
-[[#428](https://github.com/030/n3dr/issues/428)] Resolve race condition. ([#435](https://github.com/030/n3dr/issues/435))
@@ -454,7 +460,8 @@ The `backup`, `upload` and `repositories` commands have been removed.
454460
<aname="1.0.0"></a>
455461
##1.0.0 - 2019-05-12
456462

457-
[Unreleased]:https://github.com/030/n3dr/compare/7.4.0...HEAD
463+
[Unreleased]:https://github.com/030/n3dr/compare/7.4.1...HEAD
464+
[7.4.1]:https://github.com/030/n3dr/compare/7.4.0...7.4.1
458465
[7.4.0]:https://github.com/030/n3dr/compare/7.3.3...7.4.0
459466
[7.3.3]:https://github.com/030/n3dr/compare/7.3.2...7.3.3
460467
[7.3.2]:https://github.com/030/n3dr/compare/7.3.1...7.3.2

‎docs/quickstarts/snippets/n3dr/DOWNLOAD.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#Download
22

3-
Download the[latest N3DR binary](https://github.com/030/n3dr/releases/tag/7.4.0):
3+
Download the[latest N3DR binary](https://github.com/030/n3dr/releases/tag/7.4.1):
44

55
```bash
66
cd /tmp&& \
7-
curl -L https://github.com/030/n3dr/releases/download/7.4.0/n3dr-ubuntu-latest \
7+
curl -L https://github.com/030/n3dr/releases/download/7.4.1/n3dr-ubuntu-latest \
88
-o n3dr-ubuntu-latest&& \
9-
curl -L https://github.com/030/n3dr/releases/download/7.4.0/\
9+
curl -L https://github.com/030/n3dr/releases/download/7.4.1/\
1010
n3dr-ubuntu-latest.sha512.txt \
1111
-o n3dr-ubuntu-latest.sha512.txt&& \
1212
sha512sum -c n3dr-ubuntu-latest.sha512.txt&& \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp