Skip to content

Commit

Permalink
Updates for Circle build 210; update mcmb; CI/CD tweaks (#437)
Browse files Browse the repository at this point in the history
* Updates for Circle build 210
* Synchronize `mcmb` with upstream
* Run Emscripten CI jobs on AVX-tagged runners
* Fix typo in `library.json` file

---------

Signed-off-by: Jeffrey H. Johnson <trnsz@pobox.com>
  • Loading branch information
johnsonjh authored Aug 16, 2024
1 parent ad1be6d commit d7971f2
Show file tree
Hide file tree
Showing 11 changed files with 561 additions and 568 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3437,11 +3437,10 @@ Linux/x86_64 (Circle, C++-only):
echo -e "section_start:`date +%s`:Build_section[collapsed=true]\r\e[0K\033[0;36mBuild ...\033[0m" || true
- export CC="gcc"
- export CXX="circle"
- export CXXFLAGS="-DSIR_NO_STD_IOSTREAM=1"
- ${CC:?} --version
- ${CXX:?} --version
- make
- make tests++
- make tests++ SIR_FPIC="--fPIC"
- |
# End of Build ...
echo -e "section_end:`date +%s`:Build_section\r\e[0K" || true
Expand Down Expand Up @@ -3475,6 +3474,7 @@ Node.js/WebAssembly (Emscripten, Em++, Emcc):
tags:
- Docker-x64
- Linux
- AVX
image:
name: registry.gitlab.com/libsir/libsir/emscripten:latest
script:
Expand Down Expand Up @@ -3529,6 +3529,7 @@ Node.js/JavaScript (Emscripten, Em++, Emcc):
tags:
- Docker-x64
- Linux
- AVX
image:
name: registry.gitlab.com/libsir/libsir/emscripten:latest
script:
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci/circle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ ARG URL

RUN set -x && \
cd /tmp && mkdir -p circle && cd circle && \
( wget -q https://www.circle-lang.org/linux/build_208.tgz || \
wget -q "${URL:-http://192.168.1.187:8088/~jhj/cache/build_208.tgz}" ) && \
gzip -dc build_208.tgz | tar xvf - circle && \
( wget -q https://www.circle-lang.org/linux/build_210.tgz || \
wget -q "${URL:-http://192.168.1.187:8088/~jhj/cache/build_210.tgz}" ) && \
gzip -dc build_210.tgz | tar xvf - circle && \
cp -f circle /usr/bin/circle && \
chmod a+x /usr/bin/circle && \
strip --strip-all /usr/bin/circle && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ At this time, libsir is supported (*that is, it compiles and passes the test sui

| System | Toolchain |
| ------:|:--------- |
| **Linux**&nbsp;≳2.6.32<br>(glibc&nbsp;≳2.4, musl&nbsp;≳1.2.3, uClibc‑ng&nbsp;≳1.0.43) | **GCC**&nbsp;(4.8.4&nbsp;‑&nbsp;14.2.1),&nbsp; **Clang**&nbsp;(3.8&nbsp;‑&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6),&nbsp; **Circle**&nbsp;(1.0.0‑208),&nbsp; **IBM&nbsp;Advance&nbsp;Toolchain**&nbsp;(14&nbsp;‑&nbsp;17),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.1.2&nbsp;‑&nbsp;16.1.1.15),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.0&nbsp;‑&nbsp;17.1.1.2),&nbsp; **NVIDIA&nbsp;HPC&nbsp;SDK&nbsp;C/C++**&nbsp;(23.5&nbsp;‑&nbsp;24.7),&nbsp; **Arm&nbsp;HPC&nbsp;C/C++**&nbsp;(22.1&nbsp;‑&nbsp;24.04),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.104.2&nbsp;‑&nbsp;2.110.0),&nbsp; **AMD&nbsp;Optimizing&nbsp;C/C++**&nbsp;(4.0.0&nbsp;‑&nbsp;4.2.0),&nbsp; **Intel&nbsp;oneAPI&nbsp;DPC++/C++**&nbsp;(2023.1&nbsp;‑&nbsp;2024.2.1),&nbsp; **Open64**&nbsp;(5,&nbsp;AMD&nbsp;4.5.2.1),&nbsp; **Intel&nbsp;C++&nbsp;Compiler&nbsp;Classic**&nbsp;(2021.9.0&nbsp;‑&nbsp;2021.10.0),&nbsp; **Portable&nbsp;C&nbsp;Compiler**&nbsp;(1.2.0.DEVEL‑20230730),&nbsp; **Kefir**&nbsp;(≳0.3.0),&nbsp; **Chibicc**&nbsp;(2020.12.6),&nbsp; **CompCert&nbsp;C**&nbsp;(3.11&nbsp;‑&nbsp;3.14,&nbsp;no‑TLS),&nbsp; **Chamois‑CompCert&nbsp;C**&nbsp;(3.14‑20231130,&nbsp;TLS) |
| **Linux**&nbsp;≳2.6.32<br>(glibc&nbsp;≳2.4, musl&nbsp;≳1.2.3, uClibc‑ng&nbsp;≳1.0.43) | **GCC**&nbsp;(4.8.4&nbsp;‑&nbsp;14.2.1),&nbsp; **Clang**&nbsp;(3.8&nbsp;‑&nbsp;18.1.8),&nbsp; **Oracle&nbsp;Studio&nbsp;C/C++**&nbsp;(≳12.6),&nbsp; **Circle**&nbsp;(1.0.0‑210),&nbsp; **IBM&nbsp;Advance&nbsp;Toolchain**&nbsp;(14&nbsp;‑&nbsp;17),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.1.2&nbsp;‑&nbsp;16.1.1.15),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.0&nbsp;‑&nbsp;17.1.1.2),&nbsp; **NVIDIA&nbsp;HPC&nbsp;SDK&nbsp;C/C++**&nbsp;(23.5&nbsp;‑&nbsp;24.7),&nbsp; **Arm&nbsp;HPC&nbsp;C/C++**&nbsp;(22.1&nbsp;‑&nbsp;24.04),&nbsp; **DMD&nbsp;ImportC**&nbsp;(2.104.2&nbsp;‑&nbsp;2.110.0),&nbsp; **AMD&nbsp;Optimizing&nbsp;C/C++**&nbsp;(4.0.0&nbsp;‑&nbsp;4.2.0),&nbsp; **Intel&nbsp;oneAPI&nbsp;DPC++/C++**&nbsp;(2023.1&nbsp;‑&nbsp;2024.2.1),&nbsp; **Open64**&nbsp;(5,&nbsp;AMD&nbsp;4.5.2.1),&nbsp; **Intel&nbsp;C++&nbsp;Compiler&nbsp;Classic**&nbsp;(2021.9.0&nbsp;‑&nbsp;2021.10.0),&nbsp; **Portable&nbsp;C&nbsp;Compiler**&nbsp;(1.2.0.DEVEL‑20230730),&nbsp; **Kefir**&nbsp;(≳0.3.0),&nbsp; **Chibicc**&nbsp;(2020.12.6),&nbsp; **CompCert&nbsp;C**&nbsp;(3.11&nbsp;‑&nbsp;3.14,&nbsp;no‑TLS),&nbsp; **Chamois‑CompCert&nbsp;C**&nbsp;(3.14‑20231130,&nbsp;TLS) |
| **Android**&nbsp;≳5 | **Android&nbsp;NDK**&nbsp;(r25c&nbsp;&nbsp;r27) |
| **IBM AIX**&nbsp;7.2,&nbsp;7.3 | **GCC**&nbsp;(8.3&nbsp;&nbsp;12.3),&nbsp; **Clang**&nbsp;(18.1.2&nbsp;&nbsp;18.1.8),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.0.3&nbsp;&nbsp;16.1.0.18),&nbsp; **IBM&nbsp;Open&nbsp;XL&nbsp;C/C++**&nbsp;(17.1.1.1&nbsp;&nbsp;17.1.2.9) |
| **IBM i**&nbsp;(**PASE**)&nbsp;7.5 | **GCC**&nbsp;(10.3.0&nbsp;&nbsp;10.5.0),&nbsp; **IBM&nbsp;XL&nbsp;C/C++**&nbsp;(16.1.0.15&nbsp;&nbsp;16.1.0.18) |
Expand Down
66 changes: 33 additions & 33 deletions docs/doxygen_crawl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,44 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<a href="sir_8h_source.html"/>
<a href="ansimacros_8h_source.html"/>
<a href="sir_8hh_source.html"/>
<a href="condition_8h_source.html"/>
<a href="helpers_8h_source.html"/>
<a href="config_8h_source.html"/>
<a href="impl_8h_source.html"/>
<a href="defaults_8h_source.html"/>
<a href="filecache_8h_source.html"/>
<a href="filesystem_8h_source.html"/>
<a href="console_8h_source.html"/>
<a href="sir_8h_source.html"/>
<a href="sir_8hh_source.html"/>
<a href="defaults_8h_source.html"/>
<a href="errors_8h_source.html"/>
<a href="internal_8h_source.html"/>
<a href="filesystem_8h_source.html"/>
<a href="impl_8h_source.html"/>
<a href="filecache_8h_source.html"/>
<a href="ansimacros_8h_source.html"/>
<a href="helpers_8h_source.html"/>
<a href="maps_8h_source.html"/>
<a href="mutex_8h_source.html"/>
<a href="platform_8h_source.html"/>
<a href="internal_8h_source.html"/>
<a href="platform__embarcadero_8h_source.html"/>
<a href="platform_8h_source.html"/>
<a href="platform__importc_8h_source.html"/>
<a href="mutex_8h_source.html"/>
<a href="platform__orangec_8h_source.html"/>
<a href="plugins_8h_source.html"/>
<a href="queue_8h_source.html"/>
<a href="textstyle_8h_source.html"/>
<a href="threadpool_8h_source.html"/>
<a href="types_8h_source.html"/>
<a href="version_8h_source.html"/>
<a href="wineventlog_8h_source.html"/>
<a href="plugin__sample_8h_source.html"/>
<a href="version_8h_source.html"/>
<a href="tests_09_09_8hh_source.html"/>
<a href="tests_8h_source.html"/>
<a href="tests__malloc_8h_source.html"/>
<a href="tests__shared_8h_source.html"/>
<a href="condition_8h.html"/>
<a href="ansimacros_8h.html"/>
<a href="sir_8c.html"/>
<a href="sir_8h.html"/>
<a href="wineventlog_8h_source.html"/>
<a href="example_8c.html"/>
<a href="sir_8h.html"/>
<a href="ansimacros_8h.html"/>
<a href="condition_8h.html"/>
<a href="sir_8hh.html"/>
<a href="defaults_8h.html"/>
<a href="sir_8c.html"/>
<a href="sircondition_8c.html"/>
<a href="config_8h.html"/>
<a href="md_docs_2sources_2changelog.html"/>
Expand All @@ -59,40 +59,40 @@
<a href="group__default.html"/>
<a href="group__tests.html"/>
<a href="structsir__cl__arg.html"/>
<a href="structsir__cl__config.html"/>
<a href="structsir__level__str__pair.html"/>
<a href="structsir__plugin.html"/>
<a href="structsir__plugincache.html"/>
<a href="structsir__cl__config.html"/>
<a href="structsir__level__style__tuple.html"/>
<a href="structsir__pluginifacev1.html"/>
<a href="structsir__plugininfo.html"/>
<a href="structsir__queue.html"/>
<a href="structsir__queue__node.html"/>
<a href="structsir__level__style__tuple.html"/>
<a href="structsir__level__str__pair.html"/>
<a href="structsir__queue.html"/>
<a href="structsir__text__style__data.html"/>
<a href="structsir__pluginifacev1.html"/>
<a href="structsir__test.html"/>
<a href="structsir__thread__err.html"/>
<a href="structsir__threadpool__job.html"/>
<a href="structsir__threadpool.html"/>
<a href="structsir__time.html"/>
<a href="structsir__update__config__data.html"/>
<a href="structsir__threadpool__job.html"/>
<a href="structsirbuf.html"/>
<a href="structsir__update__config__data.html"/>
<a href="structsirconfig.html"/>
<a href="structsirconfig_8state_8last.html"/>
<a href="structsirfcache.html"/>
<a href="structsirfile.html"/>
<a href="structsirfcache.html"/>
<a href="structsir__time.html"/>
<a href="namespacesir.html"/>
<a href="classsir_1_1adapter.html"/>
<a href="classsir_1_1default__policy.html"/>
<a href="classsir_1_1boost__format__adapter.html"/>
<a href="structsir_1_1error__info.html"/>
<a href="classsir_1_1std__iostream__adapter.html"/>
<a href="classsir_1_1default__policy.html"/>
<a href="structsir_1_1error.html"/>
<a href="classsir_1_1default__adapter.html"/>
<a href="classsir_1_1exception.html"/>
<a href="classsir_1_1logger.html"/>
<a href="classsir_1_1boost__format__adapter.html"/>
<a href="classsir_1_1fmt__format__adapter.html"/>
<a href="classsir_1_1std__format__adapter.html"/>
<a href="structsir_1_1error.html"/>
<a href="classsir_1_1logger.html"/>
<a href="classsir_1_1policy.html"/>
<a href="classsir_1_1std__iostream__adapter.html"/>
<a href="classsir_1_1default__adapter.html"/>
<a href="classsir_1_1std__format__adapter.html"/>
<a href="conceptsir_1_1_derived_from_policy.html"/>
<a href="conceptsir_1_1_derived_from_stream_buf.html"/>
<a href="conceptsir_1_1_derived_from_t.html"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h1><a class="anchor" id="cross-platform-compatibility"></a> Cross-platform comp
<th class="markdownTableHeadRight">System </th><th class="markdownTableHeadLeft">Toolchain </th></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyRight"><b>Linux</b>&#160;≳2.6.32<br />
(glibc&#160;≳2.4, musl&#160;≳1.2.3, uClibc‑ng&#160;≳1.0.43) </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(4.8.4&#160;‑&#160;14.2.1),&#160; <b>Clang</b>&#160;(3.8&#160;‑&#160;18.1.8),&#160; <b>Oracle&#160;Studio&#160;C/C++</b>&#160;(≳12.6),&#160; <b>Circle</b>&#160;(1.0.0‑208),&#160; <b>IBM&#160;Advance&#160;Toolchain</b>&#160;(14&#160;‑&#160;17),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.1.2&#160;‑&#160;16.1.1.15),&#160; <b>IBM&#160;Open&#160;XL&#160;C/C++</b>&#160;(17.1.1.0&#160;‑&#160;17.1.1.2),&#160; <b>NVIDIA&#160;HPC&#160;SDK&#160;C/C++</b>&#160;(23.5&#160;‑&#160;24.7),&#160; <b>Arm&#160;HPC&#160;C/C++</b>&#160;(22.1&#160;‑&#160;24.04),&#160; <b>DMD&#160;ImportC</b>&#160;(2.104.2&#160;‑&#160;2.110.0),&#160; <b>AMD&#160;Optimizing&#160;C/C++</b>&#160;(4.0.0&#160;‑&#160;4.2.0),&#160; <b>Intel&#160;oneAPI&#160;DPC++/C++</b>&#160;(2023.1&#160;‑&#160;2024.2.1),&#160; <b>Open64</b>&#160;(5,&#160;AMD&#160;4.5.2.1),&#160; <b>Intel&#160;C++&#160;Compiler&#160;Classic</b>&#160;(2021.9.0&#160;‑&#160;2021.10.0),&#160; <b>Portable&#160;C&#160;Compiler</b>&#160;(1.2.0.DEVEL‑20230730),&#160; <b>Kefir</b>&#160;(≳0.3.0),&#160; <b>Chibicc</b>&#160;(2020.12.6),&#160; <b>CompCert&#160;C</b>&#160;(3.11&#160;‑&#160;3.14,&#160;no‑TLS),&#160; <b>Chamois‑CompCert&#160;C</b>&#160;(3.14‑20231130,&#160;TLS) </td></tr>
(glibc&#160;≳2.4, musl&#160;≳1.2.3, uClibc‑ng&#160;≳1.0.43) </td><td class="markdownTableBodyLeft"><b>GCC</b>&#160;(4.8.4&#160;‑&#160;14.2.1),&#160; <b>Clang</b>&#160;(3.8&#160;‑&#160;18.1.8),&#160; <b>Oracle&#160;Studio&#160;C/C++</b>&#160;(≳12.6),&#160; <b>Circle</b>&#160;(1.0.0‑210),&#160; <b>IBM&#160;Advance&#160;Toolchain</b>&#160;(14&#160;‑&#160;17),&#160; <b>IBM&#160;XL&#160;C/C++</b>&#160;(16.1.1.2&#160;‑&#160;16.1.1.15),&#160; <b>IBM&#160;Open&#160;XL&#160;C/C++</b>&#160;(17.1.1.0&#160;‑&#160;17.1.1.2),&#160; <b>NVIDIA&#160;HPC&#160;SDK&#160;C/C++</b>&#160;(23.5&#160;‑&#160;24.7),&#160; <b>Arm&#160;HPC&#160;C/C++</b>&#160;(22.1&#160;‑&#160;24.04),&#160; <b>DMD&#160;ImportC</b>&#160;(2.104.2&#160;‑&#160;2.110.0),&#160; <b>AMD&#160;Optimizing&#160;C/C++</b>&#160;(4.0.0&#160;‑&#160;4.2.0),&#160; <b>Intel&#160;oneAPI&#160;DPC++/C++</b>&#160;(2023.1&#160;‑&#160;2024.2.1),&#160; <b>Open64</b>&#160;(5,&#160;AMD&#160;4.5.2.1),&#160; <b>Intel&#160;C++&#160;Compiler&#160;Classic</b>&#160;(2021.9.0&#160;‑&#160;2021.10.0),&#160; <b>Portable&#160;C&#160;Compiler</b>&#160;(1.2.0.DEVEL‑20230730),&#160; <b>Kefir</b>&#160;(≳0.3.0),&#160; <b>Chibicc</b>&#160;(2020.12.6),&#160; <b>CompCert&#160;C</b>&#160;(3.11&#160;‑&#160;3.14,&#160;no‑TLS),&#160; <b>Chamois‑CompCert&#160;C</b>&#160;(3.14‑20231130,&#160;TLS) </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyRight"><b>Android</b>&#160;≳5 </td><td class="markdownTableBodyLeft"><b>Android&#160;NDK</b>&#160;(r25c&#160;‑&#160;r27) </td></tr>
<tr class="markdownTableRowOdd">
Expand Down
Loading

0 comments on commit d7971f2

Please sign in to comment.