Skip to content

Commit 52b7b66

Browse files
committed
juicefs: v1.3.0-beta2
1 parent 5030956 commit 52b7b66

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/build_juicefs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mkdir ${{ github.workspace }}/include_
7575
cp -r ./juicefs/juicefs/hack/winfsp_headers/* ${{ github.workspace }}/include_
7676
77-
- name: Build wheel ${{ matrix.os }}
77+
- name: Build wheel non-Windows
7878
if: runner.os != 'Windows'
7979
run: |
8080
uv build --wheel
@@ -83,7 +83,7 @@ jobs:
8383
CC: ${{ matrix.cc }}
8484
CGO_ENABLED: "1"
8585

86-
- name: Build wheel ${{ matrix.os }}
86+
- name: Build wheel Windows
8787
if: runner.os == 'Windows'
8888
run: |
8989
uv build --wheel
@@ -108,10 +108,7 @@ jobs:
108108
109109
do -i { objdump -T (which juicefs | get path.0) }
110110
111-
job spawn { juicefs format sqlite3://myjfs.db myjfs o+e> log.txt }
112-
sleep 2sec
113-
114-
open log.txt
111+
juicefs format sqlite3://myjfs.db myjfs
115112
116113
- uses: actions/upload-artifact@v4
117114
with:

juicefs/juicefs

Submodule juicefs updated 143 files

juicefs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "juicefs-bin"
33
description = "🍹JuiceFS is a distributed POSIX file system built on top of Redis and S3."
4-
version = "1.3.0-beta1"
4+
version = "1.3.0-beta2"
55
authors = [{ name = "dowon", email = "[email protected]" }]
66
dependencies = []
77
requires-python = ">=3.7"

0 commit comments

Comments
 (0)