Commit cd2bd66781b13c7afef8c0111008860e6cb94ad7
1 parent
dfb447ee
Update release preparation instructions
Showing
1 changed file
with
5 additions
and
4 deletions
README-maintainer
| @@ -119,11 +119,12 @@ RELEASE PREPARATION | @@ -119,11 +119,12 @@ RELEASE PREPARATION | ||
| 119 | with newer version of gcc if available. | 119 | with newer version of gcc if available. |
| 120 | 120 | ||
| 121 | * Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to | 121 | * Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to |
| 122 | - `./configure`. | 122 | + `./configure`. (Done in CI.) |
| 123 | 123 | ||
| 124 | -* Test build on a mac. | 124 | +* Test build on a mac. (Done in CI.) |
| 125 | 125 | ||
| 126 | -* Test with address sanitizer as described above. | 126 | +* Test with address sanitizer as described above. (Done in CI with |
| 127 | + gcc; test locally with clang.) | ||
| 127 | 128 | ||
| 128 | * A small handful of additional files have been taken from autotools | 129 | * A small handful of additional files have been taken from autotools |
| 129 | programs. These should probably be updated from time to time. | 130 | programs. These should probably be updated from time to time. |
| @@ -151,7 +152,7 @@ RELEASE PREPARATION | @@ -151,7 +152,7 @@ RELEASE PREPARATION | ||
| 151 | properly handled with QIntC or the appropriate cast. | 152 | properly handled with QIntC or the appropriate cast. |
| 152 | 153 | ||
| 153 | * Increment shared library version information as needed (`LT_*` in | 154 | * Increment shared library version information as needed (`LT_*` in |
| 154 | - `configure.ac`) | 155 | + `configure.ac`). Remember to rerun ./autogen.sh. |
| 155 | 156 | ||
| 156 | * Test for binary compatibility: | 157 | * Test for binary compatibility: |
| 157 | * Check out the last release | 158 | * Check out the last release |