Skip to content

Commit abae21b

Browse files
committed
update build scripts
1 parent 592f6fb commit abae21b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ jobs:
241241

242242
- name: Verify installation and compile bytecode
243243
run: |
244-
dir C:\python314-dist
245-
C:\python314-dist\python.exe --version
246-
C:\python314-dist\python.exe -m compileall -b C:\python314-dist\Lib
244+
dir C:\hostedtoolcache\windows\Python\3.14.0\x64
245+
C:\hostedtoolcache\windows\Python\3.14.0\x64\python.exe --version
246+
C:\hostedtoolcache\windows\Python\3.14.0\x64\python.exe -m compileall -b C:\python314-dist\Lib
247247
shell: cmd
248248

249249
- name: Create archive

android/abi-to-host.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
case ${abi:?} in
22
armeabi-v7a)
3-
HOST=arm-linux-androideabi
3+
# HOST=arm-linux-androideabi
4+
HOST=aarch64-linux-android
45
;;
56
arm64-v8a)
67
HOST=aarch64-linux-android

0 commit comments

Comments
 (0)