Skip to content

Commit

Permalink
Merge branch 'master' into 7935-sftp-read-ssh-config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
kivi authored Feb 17, 2025
2 parents e2b1243 + cdfd748 commit 9a100b2
Show file tree
Hide file tree
Showing 311 changed files with 18,490 additions and 11,853 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['linux', 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'other_os', 'go1.21', 'go1.22']
job_name: ['linux', 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'other_os', 'go1.22', 'go1.23']

include:
- job_name: linux
os: ubuntu-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
gotags: cmount
build_flags: '-include "^linux/"'
check: true
Expand All @@ -42,14 +42,14 @@ jobs:

- job_name: linux_386
os: ubuntu-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
goarch: 386
gotags: cmount
quicktest: true

- job_name: mac_amd64
os: macos-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
gotags: 'cmount'
build_flags: '-include "^darwin/amd64" -cgo'
quicktest: true
Expand All @@ -58,14 +58,14 @@ jobs:

- job_name: mac_arm64
os: macos-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
gotags: 'cmount'
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
deploy: true

- job_name: windows
os: windows-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
gotags: cmount
cgo: '0'
build_flags: '-include "^windows/"'
Expand All @@ -75,20 +75,20 @@ jobs:

- job_name: other_os
os: ubuntu-latest
go: '>=1.23.0-rc.1'
go: '>=1.24.0-rc.1'
build_flags: '-exclude "^(windows/|darwin/|linux/)"'
compile_all: true
deploy: true

- job_name: go1.21
- job_name: go1.22
os: ubuntu-latest
go: '1.21'
go: '1.22'
quicktest: true
racequicktest: true

- job_name: go1.22
- job_name: go1.23
os: ubuntu-latest
go: '1.22'
go: '1.23'
quicktest: true
racequicktest: true

Expand Down Expand Up @@ -123,7 +123,8 @@ jobs:
sudo modprobe fuse
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
sudo apt-get install fuse3 libfuse-dev rpm pkg-config git-annex git-annex-remote-rclone nfs-common
sudo apt-get update
sudo apt-get install -y fuse3 libfuse-dev rpm pkg-config git-annex git-annex-remote-rclone nfs-common
if: matrix.os == 'ubuntu-latest'

- name: Install Libraries on macOS
Expand Down Expand Up @@ -310,7 +311,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.0-rc.1'
go-version: '>=1.24.0-rc.1'

- name: Set global environment variables
shell: bash
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/build_publish_beta_docker_image.yml

This file was deleted.

Loading

0 comments on commit 9a100b2

Please sign in to comment.