attempt to fix sanitize32 package dependency

This commit is contained in:
Yann Collet 2016-11-17 18:30:46 -08:00
parent 8f536a43b1
commit 8e1ea59ad6
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ matrix:
addons:
apt:
packages:
- clang
- libc6-dev-i386
- gcc-multilib
@ -46,6 +47,7 @@ matrix:
addons:
apt:
packages:
- clang
- env: Ubu=14.04 Cmd='make -C tests test-lz4c32 test-fullbench32 versionsTest' COMPILER=cc
dist: trusty

View File

@ -148,7 +148,7 @@
typedef unsigned int U32;
typedef signed int S32;
typedef unsigned long long U64;
typedef size_t uptrval; /* generally true, except OpenVMS-64 */
typedef size_t uptrval; /* generally true, except OpenVMS-64 */
#endif