From 2dc4ecc580ac64f1edbb0b12316b4d11d7f2fab6 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 14 Dec 2020 17:52:07 +0100 Subject: Update libtommath, fixup Travis. --- .travis.yml | 14 ++++++++++---- ext/libtommath | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36f6ab9..b6f64c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,26 @@ os: linux language: python -dist: xenial -python: "3.8" +dist: focal +python: + - "3.8" + - "3.9" addons: apt: packages: - swig - gcc + - llvm-10 + - libllvm10 + - llvm-10-dev + +env: + - LLVM_CONFIG=/usr/bin/llvm-config-10 install: - pip install codecov - - mkdir pyecsca/codegen/tommath - cd ext/ - make host - - cp libtommath/tommath.h ../pyecsca/codegen/tommath/tommath.h - git clone https://github.com/J08nY/pyecsca - cd pyecsca/ - git submodule update --init --recursive diff --git a/ext/libtommath b/ext/libtommath index ffd8066..5167f6c 160000 --- a/ext/libtommath +++ b/ext/libtommath @@ -1 +1 @@ -Subproject commit ffd80665d12a492d1c72b6355b9a0332186967a2 +Subproject commit 5167f6c14a8b9524ca42e45a41aa718567695406 -- cgit v1.3.1