diff options
author | Jack Lloyd <[email protected]> | 2020-04-06 06:43:06 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-04-06 06:43:06 -0400 |
commit | 83d2cf400cad9fed222c7d5b5f83f19875f64890 (patch) | |
tree | 91ec04fd87f01cac72512ebd10382b992a8719db | |
parent | 389e7020f2fc24a721f102fe7b7296f3bc0d9edf (diff) |
Now ppc64le and aarch64 are tested in CI
-rw-r--r-- | doc/dev_ref/release_process.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/dev_ref/release_process.rst b/doc/dev_ref/release_process.rst index 77902b5fb..1dd084264 100644 --- a/doc/dev_ref/release_process.rst +++ b/doc/dev_ref/release_process.rst @@ -27,7 +27,6 @@ constraints. So before release: - Run under valgrind, building with ``--with-valgrind`` flag - Using Clang sanitizers (ASan + UbSan) - - Native or cross compile for Linux aarch64 and ppc64le - Native compile on FreeBSD x86-64 - Native compile on at least one unusual platform (AIX, NetBSD, ...) - Build the website content to detect any Doxygen problems |