diff options
author | David Allsopp <david.allsopp@metastack.com> | 2017-08-29 10:42:23 +0100 |
---|---|---|
committer | Mark Shinwell <mshinwell@gmail.com> | 2017-08-29 10:42:23 +0100 |
commit | 82b3cdc6ee881001755ef880f38b5606ebc889a4 (patch) | |
tree | 848ea508be618514387f0445d78401ef157d802f /HACKING.adoc | |
parent | 16d54d5cf3f27ef87f1db4e449670b70bcdd7dda (diff) | |
download | ocaml-82b3cdc6ee881001755ef880f38b5606ebc889a4.tar.gz |
Restore 32bit compilation (#1295)
Diffstat (limited to 'HACKING.adoc')
-rw-r--r-- | HACKING.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.adoc b/HACKING.adoc index b0216abb4e..91a68e10bc 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -243,7 +243,7 @@ machine, you can use the configuration values and run command taken from link:.travis.yml[]: ---- -CI_KIND=build XARCH=i386 bash -ex .travis-ci.sh +CI_KIND=build XARCH=x64 bash -ex .travis-ci.sh ---- The scripts support two other kinds of tests (values of the |