<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Dockerfile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1ae3ff23 - ci: update musl headers to Linux 6.6</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#1ae3ff23</link>
        <description>ci: update musl headers to Linux 6.6Update the musl headers in CI to use alpine-linux instead of sabotage-linux.Alpine also uses musl but follows the linux stable releases, providing more up-to-date headers.Signed-off-by: Pedro Tammela &lt;pctammela@gmail.com&gt;(backport &lt;https://github.com/rust-lang/libc/pull/3921&gt;)(cherry picked from commit acc75e75f119483a56fb46e06951004e8cfa5594)Signed-off-by: Trevor Gross &lt;tmgross@umich.edu&gt;

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Thu, 12 Sep 2024 18:13:07 +0000</pubDate>
        <dc:creator>Pedro Tammela &lt;pctammela@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e48e4b2 - ci: Use `./` with shebangs rather than `sh` or `bash`</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#3e48e4b2</link>
        <description>ci: Use `./` with shebangs rather than `sh` or `bash`The scripts say how they should execute, there isn&apos;t any reason toduplicate this wherever they are called.(backport &lt;https://github.com/rust-lang/libc/pull/4124&gt;)(cherry picked from commit 4707c5db583477e83961eef1b40df2fe5e016fe4)

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Wed, 20 Nov 2024 08:46:47 +0000</pubDate>
        <dc:creator>Trevor Gross &lt;tmgross@umich.edu&gt;</dc:creator>
    </item>
<item>
        <title>09b8ed69 - ci: Change 64-bit Docker images to ubuntu:24.10</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#09b8ed69</link>
        <description>ci: Change 64-bit Docker images to ubuntu:24.1023.10 is EOL so update to the latest stable version. This changeexcludes sparc which is stuck on an older version.(backport &lt;https://github.com/rust-lang/libc/pull/4120&gt;)(cherry picked from commit 0c9abeff5569581f2f459524194b5bfca693bbd8)

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Wed, 20 Nov 2024 06:19:56 +0000</pubDate>
        <dc:creator>Trevor Gross &lt;tgross@intrepidcs.com&gt;</dc:creator>
    </item>
<item>
        <title>874e5277 - Upgrade FreeBSD ABi used on std to 12</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#874e5277</link>
        <description>Upgrade FreeBSD ABi used on std to 12

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Sat, 11 Nov 2023 21:35:24 +0000</pubDate>
        <dc:creator>Yuki Okushi &lt;jtitor@2k36.org&gt;</dc:creator>
    </item>
<item>
        <title>946c348b - Upgrade Docker images to Ubuntu 23.10</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#946c348b</link>
        <description>Upgrade Docker images to Ubuntu 23.10

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Wed, 01 Nov 2023 10:34:50 +0000</pubDate>
        <dc:creator>Yuki Okushi &lt;jtitor@2k36.org&gt;</dc:creator>
    </item>
<item>
        <title>1b201de3 - Update Docker image to Ubuntu 22.04</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#1b201de3</link>
        <description>Update Docker image to Ubuntu 22.04Signed-off-by: Yuki Okushi &lt;jtitor@2k36.org&gt;

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Mon, 19 Sep 2022 22:55:27 +0000</pubDate>
        <dc:creator>Yuki Okushi &lt;jtitor@2k36.org&gt;</dc:creator>
    </item>
<item>
        <title>ea73035e - Add musl&apos;s lib folder to library search path</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#ea73035e</link>
        <description>Add musl&apos;s lib folder to library search pathPrior to this change, `libc.a` was being found in rustc&apos;s self-containedmusl target folder instead of the `libc.a` that we&apos;ve built ordownloaded. This doesn&apos;t seem to have caused any noticeable issues as theversions of musl we built/installed and the version shipped in rustc&apos;starget matched exactly.To resolve this, we pass the path to our version of musl&apos;s lib folderdirectly as a `RUSTFLAG` which causes it to be found first.

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Fri, 26 Aug 2022 22:38:52 +0000</pubDate>
        <dc:creator>Wesley Wiser &lt;wesleywiser@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>e59402dd - Update Ubuntu images to 20.04</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#e59402dd</link>
        <description>Update Ubuntu images to 20.04

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Tue, 07 Apr 2020 18:36:34 +0000</pubDate>
        <dc:creator>Yuki Okushi &lt;huyuumi.dev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d9f264ba - Update Ubuntu images to 19.10</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#d9f264ba</link>
        <description>Update Ubuntu images to 19.10

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Sun, 23 Feb 2020 07:44:56 +0000</pubDate>
        <dc:creator>Yuki Okushi &lt;huyuumi.dev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f403e5a - Update MUSL Linux kernel headers and re-enable Linux tests</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#8f403e5a</link>
        <description>Update MUSL Linux kernel headers and re-enable Linux tests

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Fri, 24 May 2019 12:57:28 +0000</pubDate>
        <dc:creator>gnzlbg &lt;gonzalobg88@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9f1db178 - Updated most musl versions in CI docker setup.</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#9f1db178</link>
        <description>Updated most musl versions in CI docker setup.

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Sun, 19 May 2019 12:12:33 +0000</pubDate>
        <dc:creator>Inokentiy Babushkin &lt;twk@twki.de&gt;</dc:creator>
    </item>
<item>
        <title>9df115b6 - Update Ubuntu images to 19.04</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#9df115b6</link>
        <description>Update Ubuntu images to 19.04

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Wed, 15 May 2019 14:46:06 +0000</pubDate>
        <dc:creator>gnzlbg &lt;gonzalobg88@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>481a5211 - Upgrade bunch of EOL docker images to Ubuntu 18.04</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#481a5211</link>
        <description>Upgrade bunch of EOL docker images to Ubuntu 18.04

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Fri, 01 Mar 2019 13:32:42 +0000</pubDate>
        <dc:creator>Mateusz Miku&#322;a &lt;matti@marinelayer.io&gt;</dc:creator>
    </item>
<item>
        <title>b46b6e2e - Retry all curl operations</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#b46b6e2e</link>
        <description>Retry all curl operations

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Mon, 26 Nov 2018 21:34:43 +0000</pubDate>
        <dc:creator>Tom Parker-Shemilt &lt;palfrey@tevp.net&gt;</dc:creator>
    </item>
<item>
        <title>1abcbda8 - use new headers for musl build</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#1abcbda8</link>
        <description>use new headers for musl build

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Tue, 17 Jul 2018 20:18:31 +0000</pubDate>
        <dc:creator>Pascal Bach &lt;pascal.bach@nextrem.ch&gt;</dc:creator>
    </item>
<item>
        <title>aa41265f - Update musl ci jobs to 1.1.19</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#aa41265f</link>
        <description>Update musl ci jobs to 1.1.19

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Tue, 17 Jul 2018 19:34:15 +0000</pubDate>
        <dc:creator>Pascal Bach &lt;pascal.bach@nextrem.ch&gt;</dc:creator>
    </item>
<item>
        <title>9029cfb9 - Add more Linux-based syscall tables</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#9029cfb9</link>
        <description>Add more Linux-based syscall tables* Add syscall tables to most remaining arches in `src/unix/notbsd`* Add aarch64/arm musl to CI* Update dependencies

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Wed, 18 Oct 2017 19:28:48 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>b9fdcf94 - Add support for aarch64-unknown-linux-musl</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile#b9fdcf94</link>
        <description>Add support for aarch64-unknown-linux-muslSigned-off-by: Tom Kirchner &lt;tjk@amazon.com&gt;Signed-off-by: Ben Cressey &lt;bcressey@amazon.com&gt;

            List of files:
            /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/Dockerfile</description>
        <pubDate>Mon, 25 Sep 2017 17:22:04 +0000</pubDate>
        <dc:creator>Tom Kirchner &lt;tjk@amazon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
