Skip to content

Commit 0f566ad

Browse files
committed
Re-enable armv7 and aarch64 test jobs #3
1 parent 7d4b36d commit 0f566ad

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ test:linux:x64:
4848
# If this becomes a problem, we could e.g. specify a minor version explicitly.
4949
- PYTHON_VERSION: [ '3.7', '3.8', '3.9', '3.10', '3.11']
5050

51-
# test:linux:armv7hf:
52-
# extends: .test
53-
# tags: [armv7hf, shell, linux, python3]
51+
test:linux:armv7hf:
52+
extends: .test
53+
tags: [armv7hf, shell, linux, python3]
5454

55-
# aarch64 version not published
56-
#test:linux:aarch64:
57-
# extends: .test
58-
# tags: [aarch64, shell, linux, python3]
55+
test:linux:aarch64:
56+
extends: .test
57+
tags: [aarch64, shell, linux, python3]
5958

6059
test:mac:x64:
6160
extends: .test

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"Programming Language :: Python :: 3.7",
2929
"Programming Language :: Python :: 3.8",
3030
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
3133
"Programming Language :: C",
3234
"Programming Language :: C++",
3335

@@ -54,6 +56,7 @@
5456
'objectbox': [
5557
# Linux, macOS
5658
'lib/x86_64/*',
59+
'lib/aarch64/*',
5760
'lib/armv7l/*',
5861
'lib/armv6l/*',
5962
'lib/macos-universal/*',

0 commit comments

Comments
 (0)