Skip to content

Commit

Permalink
ci: use rust 1.7.9 for release workflow and dockerfile (#999)
Browse files Browse the repository at this point in the history
* ci: use rust 1.7.9 for release workflow (#996)

* docker: use rust 1.7.9 for docker (#996)
  • Loading branch information
veaceslavdoina authored Nov 25, 2024
1 parent 29433ba commit d12de20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
cache_nonce: 0 # Allows for easily busting actions/cache caches
nim_version: pinned
rust_version: 1.78.0
rust_version: 1.79.0
codex_binary_base: codex
cirdl_binary_base: cirdl
build_dir: build
Expand Down
2 changes: 1 addition & 1 deletion docker/codex.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variables
ARG BUILDER=ubuntu:24.04
ARG IMAGE=${BUILDER}
ARG RUST_VERSION=${RUST_VERSION:-1.78.0}
ARG RUST_VERSION=${RUST_VERSION:-1.79.0}
ARG BUILD_HOME=/src
ARG MAKE_PARALLEL=${MAKE_PARALLEL:-4}
ARG NIMFLAGS="${NIMFLAGS:-"-d:disableMarchNative"}"
Expand Down

0 comments on commit d12de20

Please sign in to comment.