Commit graph

13 commits

Author SHA1 Message Date
IGI-111
ac52806415
Update Rust in dockerfile to 1.87 (#7201)
Some checks are pending
CI / get-fuel-core-version (push) Waiting to run
CI / build-sway-lib-std (push) Waiting to run
CI / check-sdk-harness-test-suite-compatibility (push) Waiting to run
CI / build-mdbook (push) Waiting to run
CI / build-forc-doc-sway-lib-std (push) Waiting to run
CI / cargo-test-lib-std (push) Waiting to run
CI / forc-run-benchmarks (push) Waiting to run
CI / forc-pkg-fuels-deps-check (push) Waiting to run
CI / cargo-test-forc-debug (push) Blocked by required conditions
CI / cargo-test-forc-client (push) Blocked by required conditions
CI / cargo-test-forc-node (push) Blocked by required conditions
CI / cargo-test-sway-lsp (push) Waiting to run
CI / cargo-test-forc (push) Waiting to run
CI / cargo-test-workspace (push) Waiting to run
CI / cargo-unused-deps-check (push) Waiting to run
CI / notify-slack-on-failure (push) Blocked by required conditions
CI / pre-publish-check (push) Waiting to run
CI / publish (push) Blocked by required conditions
CI / build-publish-master-image (push) Blocked by required conditions
CI / publish-sway-lib-std (push) Blocked by required conditions
CI / build-publish-release-image (push) Blocked by required conditions
CI / Build and upload forc binaries to release (push) Blocked by required conditions
CI / build-forc-test-project (push) Waiting to run
CI / cargo-build-workspace (push) Waiting to run
CI / cargo-clippy (push) Waiting to run
CI / cargo-toml-fmt-check (push) Waiting to run
CI / cargo-run-e2e-test (push) Blocked by required conditions
CI / cargo-run-e2e-test-release (push) Blocked by required conditions
CI / cargo-run-e2e-test-evm (push) Waiting to run
github pages / deploy (push) Waiting to run
2025-05-28 14:14:07 +04:00
João Matos
47e75f756a
Fix build-publish-master-image CI by upgrading Rust version in Dockerfile (#6882)
## Description

As title says.
2025-02-05 01:32:14 +00:00
Brandon Kite
d0f837361a
Update rust version in forc docker image (#6422)
## Description
Minor non-critical-path fix for the forc docker image which is rarely
used but causing CI pipeline alerts due to being on an out of date
version of Rust.

Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
2024-08-16 22:35:28 +00:00
IGI-111
b787d9463c
Update Rust version in deployment Dockerfile (#5732) 2024-03-14 20:48:50 +00:00
Kaya Gökalp
a17fbf3e7d
chore: bump to v0.49.0 (#5452)
## Description
Bumps repo to 0.49.0, made this a major one after some thought as we
longer support beta-4 as tooling with this release.
Also ran `cargo update` as this is a breaking change

---------

Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com>
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
2024-01-18 04:42:23 +03:00
IGI-111
6886ef050c
Fix release Dockerfile and bump to v0.48.1 (#5370) 2023-12-06 10:37:39 +00:00
IGI-111
67c431a128
Update deployment dockerfile to rust 1.72 (#5132) 2023-09-20 10:50:45 +00:00
João Matos
1517318d73
Update our deployment Docker file to Rust 1.67. (#4023)
## Description

Update the deployment Docker file to fix a CI issue.
2023-02-08 10:14:38 +00:00
Alex Hansen
66fc8d1a15
Use rust 1.62 in CI docker image (#2506)
bump docker version
2022-08-10 14:28:27 +10:00
JC
9f5ad17de8
Docker Fixes (#1543)
* fix: add missing Docker container dependency

* fix: publish Docker image as "forc" and not "sway"

* fix: add default Docker image command

Co-authored-by: Mohammad Fawaz <mohammadfawaz89@gmail.com>
2022-05-25 18:25:17 -04:00
Brandon Kite
185519811a
Rust 1.60 docker update (#1438)
* attempting to use cargo-chef

* remove extraneous target definition

* add docker image layer cache

Co-authored-by: Alex Hansen <alex@alex-hansen.com>
2022-05-04 16:33:35 -07:00
Brandon Kite
7a507f473e
update to latest rust docker image (#762) 2022-02-08 17:40:28 -08:00
roy_fuel
cc24ce827b
Build & Publish Sway Docker Image (#597)
* Adding dockerfile & ci workflow for sway build-publish off master
2022-01-12 16:39:30 -05:00