Skip to content

Commit 4eee711

Browse files
Set default py & arch version for 'make package'
Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
1 parent ba3019d commit 4eee711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ help:
1717

1818
.PHONY: package
1919
package:
20-
cd pkg && ./configure --wget-json-search && make
20+
cd pkg && ./configure --wget-json-search --py3_ver=11 --arch_old=2014 && make
2121

2222
.PHONY: test
2323
test: clean test-pre-commit test-pylint test-bandit test-mypy test-int test-pytest build

0 commit comments

Comments
 (0)