Skip to content

Commit

Permalink
Correct SUSE fuse download path (#1489)
Browse files Browse the repository at this point in the history
* Correct SUSE path
  • Loading branch information
vibhansa-msft committed Aug 5, 2024
1 parent 891d003 commit c05c304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blobfuse2-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,10 +1101,10 @@ stages:
installStep:
script: |
sudo zypper -n install git golang make cmake gcc gcc-c++ glibc-devel fuse
wget https://rpmfind.net/linux/opensuse/distribution/leap/15.4/repo/oss/x86_64/fuse3-3.10.5-150400.1.7.x86_64.rpm
wget $(SUSE_FUSE3_PATH)/fuse3-3.10.5-150400.1.7.x86_64.rpm
sudo zypper -n --no-gpg-checks install fuse3-3.10.5-150400.1.7.x86_64.rpm
fusermount3 --v
wget https://rpmfind.net/linux/opensuse/distribution/leap/15.4/repo/oss/x86_64/fuse3-devel-3.10.5-150400.1.7.x86_64.rpm
wget $(SUSE_FUSE3_PATH)/fuse3-devel-3.10.5-150400.1.7.x86_64.rpm
sudo zypper -n --no-gpg-checks install fuse3-devel-3.10.5-150400.1.7.x86_64.rpm
displayName: 'Install fuse'
verbose_log: ${{ parameters.verbose_log }}
Expand Down

0 comments on commit c05c304

Please sign in to comment.