Skip to content
Snippets Groups Projects
Commit 1e2e05f2 authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

Bump tools only

parent 45f73c3e
No related branches found
No related tags found
No related merge requests found
Pipeline #108876 canceled
......@@ -9,7 +9,7 @@ workflow:
- if: $UPSTREAM_GHC_FLAVOUR != null
variables:
DOCKER_REV: 94df7d589f0ded990826bc7a4d7f5a40d6055a4f
DOCKER_REV: 59da90988f9f3caa36572bf47d5f78704a969dea
GIT_DEPTH: 1
GIT_STRATEGY: clone
......
......@@ -80,20 +80,20 @@
"hash": "sha512-r/SwTpSssec2Xj1jx24xB7HVqBvtr7BTftHRnY/46QosWsSK2tGA1CDOT/Si1m1mpSNgkGYOKYkAzkxeZrVDpQ=="
},
"binaryen": {
"url": "https://github.com/haskell-wasm/binaryen/releases/download/version_122/binaryen-version_122-x86_64-linux-static.tar.gz",
"hash": "sha512-6u9bMG22rw+Y2TcnSioxTr8NYK1jjPSu+kJRvJHXw2bvs344FYovU21FU7w3HollXQXIGVWO+lbD/Djnsxw56A=="
"url": "https://github.com/haskell-wasm/binaryen/releases/download/version_123/binaryen-version_123-x86_64-linux-static.tar.gz",
"hash": "sha512-I5THvfPiwhh3STm5i+X06LdJhF5BEjc+ke7ott3ZI0ECZNyO3R4Av00Fo/embP0FXWkA6fe3gWgCY8RWB3PLxQ=="
},
"binaryen_aarch64_linux": {
"url": "https://github.com/haskell-wasm/binaryen/releases/download/version_122/binaryen-version_122-aarch64-linux-static.tar.gz",
"hash": "sha512-y4J2/4bj226V1ORi9uMg/v8ZnLsf0xeT6VQB8aQ1jfYGMgzdCvEFCG/ccF7yuJ4AMA21570YbuRVW5q7s4gjLg=="
"url": "https://github.com/haskell-wasm/binaryen/releases/download/version_123/binaryen-version_123-aarch64-linux-static.tar.gz",
"hash": "sha512-ClDIvcIIQb6CZqem4TZyFRpeeXaz91nm9artML3woc1bmkB5E8aSquVlZEWmo9vxr6KOIwbnXdzkv7zNrd+xfQ=="
},
"binaryen_aarch64_darwin": {
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_122/binaryen-version_122-arm64-macos.tar.gz",
"hash": "sha512-ocmLLpe33wemM38YZ/2/mYHI2RVKcSKT/r7xIre414czgF/VuyE5pQZYEGzh2jvpq2t4ygmf6HXiVqmeBqptxw=="
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-arm64-macos.tar.gz",
"hash": "sha512-BkITiT3XaNRL294ZPiME8pwl09ZiIFC7urm0wXribcF3Gn44xhAtJzxwE1uSiyqvVxG2geSiw2YPTG+ZzT2K8w=="
},
"binaryen_x86_64_darwin": {
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_122/binaryen-version_122-x86_64-macos.tar.gz",
"hash": "sha512-SvMjXph8cvuvqH0UScFTv2a5Hc1ZVeE+GMmorAi8LZot5l1zYXyD3M5l01PA1PP+7EwwHpW07C3GEcwB3vfZ/g=="
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-x86_64-macos.tar.gz",
"hash": "sha512-teemLcIwnSEI0SUx+cADbi0g5Nc1VJa+OrwIbL/TYy5yaTNF+dinvNXE8ZrX3+XfJlC7QfmAFXdixlXm3RCvLg=="
},
"wasmtime": {
"url": "https://github.com/haskell-wasm/wasm-tools-static/releases/download/250220/wasm-tools-250220-x86_64-linux.tar.zst",
......
......@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742069588,
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {
......
......@@ -9,6 +9,6 @@ exec podman run -it --rm \
--network host \
--volume "$PWD":/workspace \
--workdir /workspace \
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:94df7d589f0ded990826bc7a4d7f5a40d6055a4f \
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:59da90988f9f3caa36572bf47d5f78704a969dea \
bash -c \
"apt update && apt install -y bash-completion nano zstd && cp /etc/skel/{.bash_logout,.bashrc,.profile} /root && PREFIX=/tmp/.ghc-wasm ./setup.sh && . /tmp/.ghc-wasm/env && exec bash -i"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment