File tree Expand file tree Collapse file tree 5 files changed +0
-27
lines changed
socket-patch-android-arm64 Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 8888 runner : windows-latest
8989 archive : zip
9090 build-tool : cargo
91- - target : aarch64-linux-android
92- runner : ubuntu-latest
93- archive : tar.gz
94- build-tool : cross
9591 - target : arm-unknown-linux-gnueabihf
9692 runner : ubuntu-latest
9793 archive : tar.gz
@@ -258,7 +254,6 @@ jobs:
258254 stage_unix socket-patch-aarch64-unknown-linux-gnu npm/socket-patch-linux-arm64
259255 stage_unix socket-patch-arm-unknown-linux-gnueabihf npm/socket-patch-linux-arm
260256 stage_unix socket-patch-i686-unknown-linux-gnu npm/socket-patch-linux-ia32
261- stage_unix socket-patch-aarch64-linux-android npm/socket-patch-android-arm64
262257
263258 stage_win socket-patch-x86_64-pc-windows-msvc npm/socket-patch-win32-x64
264259 stage_win socket-patch-i686-pc-windows-msvc npm/socket-patch-win32-ia32
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const PLATFORMS = {
1212 "win32 x64" : "@socketsecurity/socket-patch-win32-x64" ,
1313 "win32 ia32" : "@socketsecurity/socket-patch-win32-ia32" ,
1414 "win32 arm64" : "@socketsecurity/socket-patch-win32-arm64" ,
15- "android arm64" : "@socketsecurity/socket-patch-android-arm64" ,
1615} ;
1716
1817const key = `${ process . platform } ${ process . arch } ` ;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ const EXPECTED_KEYS = [
2727 "win32 x64" ,
2828 "win32 ia32" ,
2929 "win32 arm64" ,
30- "android arm64" ,
3130] ;
3231
3332describe ( "npm platform dispatch" , ( ) => {
Original file line number Diff line number Diff line change 2424 "node" : " >=18.0.0"
2525 },
2626 "optionalDependencies" : {
27- "@socketsecurity/socket-patch-android-arm64" : " 1.6.1" ,
2827 "@socketsecurity/socket-patch-darwin-arm64" : " 1.6.1" ,
2928 "@socketsecurity/socket-patch-darwin-x64" : " 1.6.1" ,
3029 "@socketsecurity/socket-patch-linux-arm" : " 1.6.1" ,
You can’t perform that action at this time.
0 commit comments