Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 0 additions & 3 deletions .github/workflows/rusty-v8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ jobs:
- name: Set up Rust toolchain for Cargo smoke
if: ${{ github.repository == 'openai/codex' || startsWith(matrix.runner, 'macos-') == false }}
uses: dtolnay/rust-toolchain@e081816240890017053eacbb1bdf337761dc5582 # 1.95.0
with:
toolchain: "1.95.0"

- name: Build Bazel V8 release pair
if: ${{ github.repository == 'openai/codex' || startsWith(matrix.runner, 'macos-') == false }}
Expand Down Expand Up @@ -337,7 +335,6 @@ jobs:
- name: Set up Codex Rust toolchain for Cargo smoke
uses: dtolnay/rust-toolchain@e081816240890017053eacbb1bdf337761dc5582 # 1.95.0
with:
toolchain: "1.95.0"
targets: ${{ matrix.target }}

- name: Install rusty_v8 Rust toolchain
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/v8-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ jobs:
- name: Set up Rust toolchain for Cargo smoke
if: ${{ github.repository == 'openai/codex' || startsWith(matrix.runner, 'macos-') == false }}
uses: dtolnay/rust-toolchain@e081816240890017053eacbb1bdf337761dc5582 # 1.95.0
with:
toolchain: "1.95.0"

- name: Build Bazel V8 release pair
if: ${{ github.repository == 'openai/codex' || startsWith(matrix.runner, 'macos-') == false }}
Expand Down Expand Up @@ -348,7 +346,6 @@ jobs:
- name: Set up Codewith Rust toolchain for Cargo smoke
uses: dtolnay/rust-toolchain@e081816240890017053eacbb1bdf337761dc5582 # 1.95.0
with:
toolchain: "1.95.0"
targets: ${{ matrix.target }}

- name: Install rusty_v8 Rust toolchain
Expand Down
Loading