File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 74
74
mkdir ${{ github.workspace }}/include_
75
75
cp -r ./juicefs/juicefs/hack/winfsp_headers/* ${{ github.workspace }}/include_
76
76
77
- - name : Build wheel ${{ matrix.os }}
77
+ - name : Build wheel non-Windows
78
78
if : runner.os != 'Windows'
79
79
run : |
80
80
uv build --wheel
83
83
CC : ${{ matrix.cc }}
84
84
CGO_ENABLED : " 1"
85
85
86
- - name : Build wheel ${{ matrix.os }}
86
+ - name : Build wheel Windows
87
87
if : runner.os == 'Windows'
88
88
run : |
89
89
uv build --wheel
@@ -108,10 +108,7 @@ jobs:
108
108
109
109
do -i { objdump -T (which juicefs | get path.0) }
110
110
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
115
112
116
113
- uses : actions/upload-artifact@v4
117
114
with :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " juicefs-bin"
3
3
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 "
5
5
authors = [{
name =
" dowon" ,
email =
" [email protected] " }]
6
6
dependencies = []
7
7
requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments