<feed xmlns='http://www.w3.org/2005/Atom'>
<title>resume.git, branch master</title>
<subtitle>Chinese and English resumes with XeLaTeX and Font Awesome 5
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/'/>
<entry>
<title>github: Fix job name</title>
<updated>2025-08-03T02:49:41+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T02:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=b3ccb2ec858f052903ef735300b67f701be266a7'/>
<id>b3ccb2ec858f052903ef735300b67f701be266a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Add build on 'ubuntu-24.04' and fix 'tlmgr install' failure</title>
<updated>2025-08-03T02:18:36+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T02:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=d26d8ab511dde6160f01c966146aa0edc3d1cf97'/>
<id>d26d8ab511dde6160f01c966146aa0edc3d1cf97</id>
<content type='text'>
"tlmgr install" would warn about "check_file_and_remove: neither
checksum nor checksize available for ..." and may exit with an error,
although the package is correctly installed.  So ignore the error exit.

It seems the latest tlmgr fixed the error exit; i.e., it still prints
the warning but doesn't exit with an error.

Credit: https://tug.org/pipermail/tex-live/2022-November/048688.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"tlmgr install" would warn about "check_file_and_remove: neither
checksum nor checksize available for ..." and may exit with an error,
although the package is correctly installed.  So ignore the error exit.

It seems the latest tlmgr fixed the error exit; i.e., it still prints
the warning but doesn't exit with an error.

Credit: https://tug.org/pipermail/tex-live/2022-November/048688.html
</pre>
</div>
</content>
</entry>
<entry>
<title>github: No need to install 'wget' and 'xz-utils'</title>
<updated>2025-08-03T01:55:18+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T01:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=cf68879d9d30fc398e5c3953fcae516a6bf73547'/>
<id>cf68879d9d30fc398e5c3953fcae516a6bf73547</id>
<content type='text'>
Already installed in the runner image.

See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Already installed in the runner image.

See: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
</pre>
</div>
</content>
</entry>
<entry>
<title>github: Fix main workflow by using 'ubuntu-22.04' image</title>
<updated>2025-08-03T01:48:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2025-08-03T01:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=1058435dab8b1013814cee86e645b34787e54deb'/>
<id>1058435dab8b1013814cee86e645b34787e54deb</id>
<content type='text'>
The 'ubuntu-latest' image was Ubuntu 22.04 but has been Ubuntu 24.04,
and this caused the 'fontawesome5.tar.xz' package failing to install:

```
TeXLive::TLUtils::check_file_and_remove: neither checksum nor checksize available for /tmp/sZbRLtVCfX/7Rk9CYBNzM/fontawesome5.tar.xz, cannot check integrityUndefined subroutine &amp;TeXLive::TLPDB::_post_install_package called at /usr/share/texlive/tlpkg/TeXLive/TLPDB.pm line 1665, &lt;TMP&gt; line 54.
```

Fix it by changing 'ubuntu-latest' to 'ubuntu-22.04'.

Issue: #23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'ubuntu-latest' image was Ubuntu 22.04 but has been Ubuntu 24.04,
and this caused the 'fontawesome5.tar.xz' package failing to install:

```
TeXLive::TLUtils::check_file_and_remove: neither checksum nor checksize available for /tmp/sZbRLtVCfX/7Rk9CYBNzM/fontawesome5.tar.xz, cannot check integrityUndefined subroutine &amp;TeXLive::TLPDB::_post_install_package called at /usr/share/texlive/tlpkg/TeXLive/TLPDB.pm line 1665, &lt;TMP&gt; line 54.
```

Fix it by changing 'ubuntu-latest' to 'ubuntu-22.04'.

Issue: #23
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor corrections to README</title>
<updated>2024-12-12T01:24:29+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-12T01:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=ad23061583f3daab2737f5b3a5d4b30b5cd71092'/>
<id>ad23061583f3daab2737f5b3a5d4b30b5cd71092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an empty context for docker/podman image building</title>
<updated>2024-12-11T02:04:48+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-11T02:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=23b997e8bc40fc501c7a25ea820d02d417f9027c'/>
<id>23b997e8bc40fc501c7a25ea820d02d417f9027c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "make docker" by providing the required build context</title>
<updated>2024-12-11T01:24:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-11T01:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=a8f18c540879a681ea56e8cdc88419c09fc6e68a'/>
<id>a8f18c540879a681ea56e8cdc88419c09fc6e68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README to briefly mention Docker/Podman</title>
<updated>2024-12-10T05:45:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-10T05:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=a456ac676edaf3077c65e34f10af95da19937c64'/>
<id>a456ac676edaf3077c65e34f10af95da19937c64</id>
<content type='text'>
Close: #22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close: #22
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Makefile to build with docker/podman</title>
<updated>2024-12-10T05:43:22+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-10T05:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=b2c0703927910f6334da5d4098f847d0556a5fa7'/>
<id>b2c0703927910f6334da5d4098f847d0556a5fa7</id>
<content type='text'>
See also: PR #22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also: PR #22
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Dockerfile to create the builder image</title>
<updated>2024-12-10T05:42:23+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2024-12-10T05:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/resume.git/commit/?id=b4b446d0acc96f3b30b1d45bae378d13938fd667'/>
<id>b4b446d0acc96f3b30b1d45bae378d13938fd667</id>
<content type='text'>
Based on debian:bookworm (12), and the created image is ~1.1GB.

See also: PR #22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on debian:bookworm (12), and the created image is ~1.1GB.

See also: PR #22
</pre>
</div>
</content>
</entry>
</feed>
