Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fae1b68
feat: Rewrite our filesystem build scripts to Rust
frankdavid Dec 18, 2025
3722a55
Automatically updated Cargo*.lock
Dec 18, 2025
ff42c13
Automatically fixing code for linting and formatting issues
Dec 18, 2025
0ad82fd
Fix no input tar
frankdavid Dec 18, 2025
64ef1af
Clean up
frankdavid Dec 22, 2025
1f8d6f7
Address comments
frankdavid Dec 22, 2025
befa673
cleanup
frankdavid Dec 22, 2025
5b508ab
Replace tar+zstd with just zstd
frankdavid Dec 23, 2025
d13fc9e
comments
frankdavid Dec 23, 2025
00e7a3b
Merge remote-tracking branch 'origin/master' into frankdavid/build_fi…
frankdavid Dec 23, 2025
517e5e9
Automatically updated Cargo*.lock
Dec 23, 2025
8ddc0d4
Merge remote-tracking branch 'origin/master' into frankdavid/build_fi…
frankdavid Dec 23, 2025
392bc2e
Automatically updated Cargo*.lock
Dec 23, 2025
7e02248
Updating container image to sha256:40575c18c072dfbc0c7dba233da3039eaf…
Dec 23, 2025
653a8b7
fix
frankdavid Dec 23, 2025
3765072
Automatically fixing code for linting and formatting issues
Dec 23, 2025
60842c3
comment
frankdavid Dec 23, 2025
9ba94ea
Merge branch 'master' into frankdavid/build_filesystem_rs
frankdavid Dec 23, 2025
0187610
Merge remote-tracking branch 'origin/master' into frankdavid/build_fi…
frankdavid Dec 23, 2025
0d120ef
Automatically updated Cargo*.lock
Dec 23, 2025
11e7a01
Merge remote-tracking branch 'origin/master' into frankdavid/build_fi…
frankdavid Dec 29, 2025
71206a3
Automatically updated Cargo*.lock
Dec 29, 2025
7cb5a3f
Updating container image to sha256:f904231add0d15288b8012860a71103848…
Dec 29, 2025
2cbb41b
Merge remote-tracking branch 'origin/master' into frankdavid/build_fi…
frankdavid Dec 29, 2025
33e3d38
Merge remote-tracking branch 'origin/frankdavid/build_filesystem_rs' …
frankdavid Dec 29, 2025
c643e0d
Automatically updated Cargo*.lock
Dec 29, 2025
a3877bb
Updating container image to sha256:3b94487620ed73c5d52fb67f6c5e98c158…
Dec 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7",
"image": "ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc",
"remoteUser": "ubuntu",
"privileged": true,
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: &dind-large-setup
labels: dind-large
container: &container-setup
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
timeout-minutes: 90
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: &dind-small-setup
labels: dind-small
container: &container-setup
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pocket-ic-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
bazel-build-pocket-ic:
name: Bazel Build PocketIC
container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
timeout-minutes: 90
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rate-limits-backend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
labels: dind-large

container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info --mount type=tmpfs,target="/home/buildifier/.local/share/containers"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: &dind-large-setup
labels: dind-large
container: &container-setup
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
timeout-minutes: 180
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
environment: DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/salt-sharing-canister-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
labels: dind-large

container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info --mount type=tmpfs,target="/home/buildifier/.local/share/containers"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: &dind-large-setup
labels: dind-large
container: &container-setup
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
timeout-minutes: 720 # 12 hours
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-rust-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# see linux-x86-64 runner group
labels: rust-benchmarks
container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
# running on bare metal machine using ubuntu user
options: --user ubuntu --mount type=tmpfs,target="/home/ubuntu/.local/share/containers"
timeout-minutes: 720 # 12 hours
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
timeout-minutes: 60 # 1 hour
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-mainnet-canister-revisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
labels: dind-small
environment: CREATE_PR
container:
image: ghcr.io/dfinity/ic-build@sha256:cb3a6693a10777d16c301d98f5b67e23db405bf962d0eb8cec74082916c17bc7
image: ghcr.io/dfinity/ic-build@sha256:3b94487620ed73c5d52fb67f6c5e98c158da7b9ce4525ca6136772befec370cc
options: >-
-e NODE_NAME --privileged --cgroupns host -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info --mount type=tmpfs,target="/home/buildifier/.local/share/containers"
env:
Expand Down
Loading
Loading