Skip to content

Commit 400be5f

Browse files
Merge pull request #9207 from ThomasWaldmann/misc-updates-1.4
misc. updates (1.4-maint)
2 parents 6cfdd72 + 1298840 commit 400be5f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
TOXENV: ${{ matrix.toxenv }}
149149

150150
runs-on: ${{ matrix.os }}
151-
timeout-minutes: 180
151+
# macOS machines can be slow, if overloaded.
152+
timeout-minutes: 360
152153

153154
steps:
154155
- uses: actions/checkout@v4
@@ -450,7 +451,7 @@ jobs:
450451
if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
451452
uses: actions/upload-artifact@v4
452453
with:
453-
name: ${{ matrix.os }}-${{ matrix.version }}-dist
454+
name: ${{ matrix.artifact_prefix }}
454455
path: artifacts/*
455456
if-no-files-found: ignore
456457

docs/binaries/00_README.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ borg-linux-glibc235-arm64-gh Linux ARM (built on Ubuntu 22.04 LTS with glibc 2.
3737
borg-macos-14-arm64-gh macOS Apple Silicon (built on macOS 14 w/o FUSE support)
3838
borg-macos-13-x86_64-gh macOS Intel (built on macOS 13 w/o FUSE support)
3939

40+
borg-freebsd-14-x86_64-gh FreeBSD AMD/Intel (built on FreeBSD 14)
4041

4142
Binaries built locally
4243
~~~~~~~~~~~~~~~~~~~~~~
4344

44-
borg-linux-glibc241-x86_64 Linux (built on Debian 13 "Trixie" with glibc 2.41)
45-
borg-linux-glibc236-x86_64 Linux (built on Debian 12 "Bookworm" with glibc 2.36)
4645
borg-linux-glibc231-x86_64 Linux (built on Debian 11 "Bullseye" with glibc 2.31)
4746

48-
borg-freebsd-13-x86_64 FreeBSD (built on FreeBSD 13)
49-
borg-freebsd-14-x86_64 FreeBSD (built on FreeBSD 14)
50-
5147
Note: if you don't find a specific binary here, check release 1.4.1 or 1.2.9.
5248

5349

0 commit comments

Comments
 (0)