<?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>b9436666 - Update nightly in CI (#9501)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#b9436666</link>
        <description>Update nightly in CI (#9501)* Update nightly in CIThis commit updates nightly again in CI after failing to do so in #9496.This fixes an issue in our release CI where CMake was misconfigured whencross-compiling and creating `aarch64-pc-windows-msvc` artifacts.prtest:full* Try installing ninja* Also install Ninja on Linux

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Thu, 24 Oct 2024 18:19:49 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>2389dcce - Try again to fix version info in CI builds (#9157)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#2389dcce</link>
        <description>Try again to fix version info in CI builds (#9157)Turns out just having `git` wasn&apos;t enough. In the containers things arerunning as `root` and `git` doesn&apos;t like that so try to convince gitthat it should like it.

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Tue, 20 Aug 2024 20:30:59 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>a8607bf8 - Install `git` executable in container builds (#9152)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#a8607bf8</link>
        <description>Install `git` executable in container builds (#9152)Precompiled artifacts for macOS show this for `wasmtime --version`    wasmtime-cli 24.0.0 (6fc3d274c 2024-08-20)whereas for Linux they show    wasmtime-cli 24.0.0and this is due to `git` not being available in the build environment onLinux.

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Tue, 20 Aug 2024 17:50:56 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>dd3aac60 - Clean up dist build configuration (#9113)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#dd3aac60</link>
        <description>Clean up dist build configuration (#9113)* Clean up dist build configuration* Move updating `$PATH` to the `main.js` script which is the one that  mounts `/rust/bin` so that knowledge isn&apos;t spread around.* Remove some unused env vars in docker containers.* Forward cargo/rust-specific env vars to the build from outside of  containers to the build itself.prtest:full* Change how musl rustflags are configured* More rustflags changes* Review feedback

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Mon, 12 Aug 2024 17:12:03 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>566669ee - Refactor installation of C API and features supported  (#8642)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#566669ee</link>
        <description>Refactor installation of C API and features supported  (#8642)* Refactor installation of C API and features supportedThis commit overhauls and refactors the management of the building ofthe C API. Instead of this being script-based it&apos;s now done entirelythrough CMake and CMake is the primary focus for building the C API. Forexample building the C API release artifacts is now done through CMakeinstead of through a shell script&apos;s `cargo build` and manually movingartifacts.The benefits that this brings are:* The C API now properly hides symbols in its header files that weren&apos;t  enabled at build time. This is done through a new build-time generated  `conf.h` templated on a `conf.h.in` file in the source tree.* The C API&apos;s project now supports enabling/disabling Cargo features to  have finer-grained support over what&apos;s included (plus auto-management  of the header file).* Building the C API and managing it is now exclusively done through  CMake. For example invoking `doxygen` now lives in CMake, installation  lives there, etc.The `CMakeLists.txt` file for the C API is overhauled in the process ofdoing this. The build now primarily matches on the Rust target beingbuilt rather than the host target. Additionally installation will nowinstall both the static and shared libraries instead of just one.Additionally during this refactoring various bits and pieces ofAndroid-specific code were all removed. Management of the C toolchainfeels best left in scope of the caller (e.g. configuring `CC_*` env varsand such) rather than here.prtest:full* Don&apos;t use `option` for optional strings* Invert release build checkAlso adjust some indentation* Fix more indentation* Remove no-longer-used variable* Reduce duplication in feature macro

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Mon, 20 May 2024 15:31:36 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>cdecc858 - add riscv64 backend for cranelift. (#4271)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile#cdecc858</link>
        <description>add riscv64 backend for cranelift. (#4271)Add a RISC-V 64 (`riscv64`, RV64GC) backend.Co-authored-by: yuyang &lt;756445638@qq.com&gt;Co-authored-by: Chris Fallin &lt;chris@cfallin.org&gt;Co-authored-by: Afonso Bordado &lt;afonsobordado@az8.co&gt;

            List of files:
            /wasmtime-44.0.1/ci/docker/riscv64gc-linux/Dockerfile</description>
        <pubDate>Wed, 28 Sep 2022 00:30:31 +0000</pubDate>
        <dc:creator>yuyang-ok &lt;96557710+yuyang-ok@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
