Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
afbe95b0
Verified
Commit
afbe95b0
authored
3 months ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: update Rust version to 1.78.0 in workflow configurations
parent
b3f5c5d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5381
passed
3 months ago
Stage: build
Stage: test
Stage: deploy
Stage: build-shared
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/deploy.yml
+5
-5
5 additions, 5 deletions
.github/workflows/deploy.yml
.github/workflows/extra.yml
+4
-4
4 additions, 4 deletions
.github/workflows/extra.yml
.github/workflows/main.yml
+0
-4
0 additions, 4 deletions
.github/workflows/main.yml
with
9 additions
and
13 deletions
.github/workflows/deploy.yml
+
5
−
5
View file @
afbe95b0
...
...
@@ -8,7 +8,7 @@ jobs:
name
:
Build Linux
timeout-minutes
:
30
runs-on
:
ubuntu-latest
container
:
rust:1.7
4
.0
container
:
rust:1.7
8
.0
steps
:
-
name
:
Checkout code from repository
uses
:
actions/checkout@v4
...
...
@@ -51,8 +51,8 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Setup Rust
run
:
|
rustup install 1.7
4
.0
rustup override set 1.7
4
.0
rustup install 1.7
8
.0
rustup override set 1.7
8
.0
rustup default stable-msvc
-
name
:
Build Base
run
:
cargo build --release
...
...
@@ -87,8 +87,8 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Setup Rust
run
:
|
rustup install 1.7
4
.0
rustup override set 1.7
4
.0
rustup install 1.7
8
.0
rustup override set 1.7
8
.0
-
name
:
Build Base
run
:
cargo build --release
-
name
:
Build SDL
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/extra.yml
+
4
−
4
View file @
afbe95b0
...
...
@@ -13,8 +13,8 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Setup Rust
run
:
|
rustup install 1.7
4
.0
rustup override set 1.7
4
.0
rustup install 1.7
8
.0
rustup override set 1.7
8
.0
rustup default stable-msvc
-
name
:
Setup SDL
run
:
|
...
...
@@ -47,8 +47,8 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Setup Rust
run
:
|
rustup install 1.7
4
.0
rustup override set 1.7
4
.0
rustup install 1.7
8
.0
rustup override set 1.7
8
.0
-
name
:
Setup SDL
run
:
|
cd frontends/sdl
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/main.yml
+
0
−
4
View file @
afbe95b0
...
...
@@ -126,10 +126,6 @@ jobs:
strategy
:
matrix
:
rust-version
:
[
"
1.74.0"
,
"
1.75.0"
,
"
1.76.0"
,
"
1.77.0"
,
"
1.78.0"
,
"
1.79.0"
,
"
1.80.0"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment