File tree Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Original file line number Diff line number Diff line change @@ -45,31 +45,31 @@ jobs:
45
45
fail-fast : false
46
46
matrix :
47
47
pair :
48
- - target : x86_64-unknown-linux-gnu
49
- os : ubuntu-latest
50
- bin : minidsp
51
- svc_bin : minidspd
52
- cross : false
53
- archive : tar.gz
48
+ # - target: x86_64-unknown-linux-gnu
49
+ # os: ubuntu-latest
50
+ # bin: minidsp
51
+ # svc_bin: minidspd
52
+ # cross: false
53
+ # archive: tar.gz
54
54
- target : aarch64-unknown-linux-gnu
55
55
os : ubuntu-latest
56
56
bin : minidsp
57
57
svc_bin : minidspd
58
58
cross : true
59
59
cross_dockerfile : Dockerfile.aarch64
60
60
archive : tar.gz
61
- - target : x86_64-apple-darwin
62
- os : macOS-latest
63
- bin : minidsp
64
- svc_bin : minidspd
65
- cross : false
66
- archive : tar.gz
67
- - target : x86_64-pc-windows-msvc
68
- os : windows-latest
69
- bin : minidsp.exe
70
- svc_bin : minidspd.exe
71
- cross : false
72
- archive : zip
61
+ # - target: x86_64-apple-darwin
62
+ # os: macOS-latest
63
+ # bin: minidsp
64
+ # svc_bin: minidspd
65
+ # cross: false
66
+ # archive: tar.gz
67
+ # - target: x86_64-pc-windows-msvc
68
+ # os: windows-latest
69
+ # bin: minidsp.exe
70
+ # svc_bin: minidspd.exe
71
+ # cross: false
72
+ # archive: zip
73
73
74
74
runs-on : ${{ matrix.pair.os }}
75
75
env :
88
88
run : |
89
89
curl -L -o /tmp/cross.tar.gz https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-gnu.tar.gz
90
90
cd /usr/local/bin
91
- tar -zxvf /tmp/cross.tar.gz
91
+ tar -zxvf /tmp/cross.tar.gz
92
92
93
93
- name : Install native packages
94
94
if : runner.os == 'Linux' && matrix.pair.cross == false
Original file line number Diff line number Diff line change 2
2
pre-build = [
3
3
" dpkg --add-architecture $CROSS_DEB_ARCH" ,
4
4
" apt-get update" ,
5
- " apt-get install -y libusb-1.0-0-dev:$CROSS_DEB_ARCH pkg-config"
5
+ " apt-get install -y libusb-1.0-0:$CROSS_DEB_ARCH libusb-1.0-0 -dev:$CROSS_DEB_ARCH pkg-config"
6
6
]
7
7
8
8
[target .aarch64-unknown-linux-gnu .env ]
9
9
PKG_CONFIG_LIBDIR =" /usr/lib/aarch64-linux-gnu/pkgconfig"
10
-
You can’t perform that action at this time.
0 commit comments