<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/scripts, branch v4.1.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.1.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-04-12T15:09:48+00:00</updated>
<entry>
<title>scripts/test: use lib64 for loongarch64</title>
<updated>2025-04-12T15:09:48+00:00</updated>
<author>
<name>Joshua Sing</name>
<email>joshua@joshuasing.dev</email>
</author>
<published>2025-04-12T15:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=090f7892f7f7280f69289dc5e99ab5ed64908269'/>
<id>urn:sha1:090f7892f7f7280f69289dc5e99ab5ed64908269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scripts/test: revert to using g++-14</title>
<updated>2025-04-12T13:41:15+00:00</updated>
<author>
<name>Joshua Sing</name>
<email>joshua@joshuasing.dev</email>
</author>
<published>2025-04-12T13:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a71747c235e1044a6463909a8916a91eaec1b32c'/>
<id>urn:sha1:a71747c235e1044a6463909a8916a91eaec1b32c</id>
<content type='text'>
It seems `g++-loongarch64-linux-gnu` does not exist in the Ubuntu
universe repositories. It also fails using the ubuntu Docker image
locally (with the universe repo added).

`g++-14-loongarch-linux-gnu` exists on both Ubuntu 22.04 and 24.04,
however ideally we want to use whatever works on the most platforms.
</content>
</entry>
<entry>
<title>scripts/test: change from g++-14 to g++</title>
<updated>2025-04-12T13:14:48+00:00</updated>
<author>
<name>Joshua Sing</name>
<email>joshua@joshuasing.dev</email>
</author>
<published>2025-04-12T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f4cc344689038ef1c5a3280aa5bf9754fe751ba3'/>
<id>urn:sha1:f4cc344689038ef1c5a3280aa5bf9754fe751ba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: test on loongarch64</title>
<updated>2025-04-12T13:14:44+00:00</updated>
<author>
<name>Joshua Sing</name>
<email>joshua@joshuasing.dev</email>
</author>
<published>2025-04-12T12:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=24a8faec9a0931aff6fa38757a73f01e6144ee27'/>
<id>urn:sha1:24a8faec9a0931aff6fa38757a73f01e6144ee27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ARCH check</title>
<updated>2024-12-18T00:39:26+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2024-12-18T00:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=12031e4e9a1f46ae41d936e2f1a5261a95cb85f8'/>
<id>urn:sha1:12031e4e9a1f46ae41d936e2f1a5261a95cb85f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update style</title>
<updated>2024-12-18T00:24:28+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2024-12-18T00:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9ed5c54fed283b05fe0a89f47fbfcc302372ad42'/>
<id>urn:sha1:9ed5c54fed283b05fe0a89f47fbfcc302372ad42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unset CC only for mingw and arm32</title>
<updated>2024-12-17T23:57:15+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2024-12-17T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3e6153a55211a2590052664ba1b4093aaa97fc83'/>
<id>urn:sha1:3e6153a55211a2590052664ba1b4093aaa97fc83</id>
<content type='text'>
Since `scripts/test` always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.

This patch unset CC only for mingw{32,64} and arm32.
</content>
</entry>
<entry>
<title>read VERSION after it is generated by update script</title>
<updated>2024-04-09T01:10:31+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-04-09T01:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d88107b3863b05385e15e2dc096a99e7f0749ba9'/>
<id>urn:sha1:d88107b3863b05385e15e2dc096a99e7f0749ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a specific version number in test scripts</title>
<updated>2024-04-09T01:05:29+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-04-09T01:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9091d5551c40315149912ff447264bde8e811453'/>
<id>urn:sha1:9091d5551c40315149912ff447264bde8e811453</id>
<content type='text'>
This avoids issue reported in #1041 with file glob confusing cd.
Also remove extra newline from VERSION when update.sh runs.
</content>
</entry>
<entry>
<title>Run tests for macos-14 on arm64</title>
<updated>2024-03-21T13:06:39+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2024-03-21T10:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=73787b1824c12c5aa73c875b6321b0a0e7f885be'/>
<id>urn:sha1:73787b1824c12c5aa73c875b6321b0a0e7f885be</id>
<content type='text'>
macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not.
Hence this patch enables it on github action.
</content>
</entry>
</feed>
