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
219c1fc3
Verified
Commit
219c1fc3
authored
3 months ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: update Rust version in workflows to 1.78.0 and add 1.82.0 to matrix
parent
4a298300
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5375
failed
3 months ago
Stage: build
Stage: test
Stage: deploy
Stage: build-shared
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/deploy.yml
+1
-1
1 addition, 1 deletion
.github/workflows/deploy.yml
.github/workflows/main.yml
+1
-4
1 addition, 4 deletions
.github/workflows/main.yml
with
2 additions
and
5 deletions
.github/workflows/deploy.yml
+
1
−
1
View file @
219c1fc3
...
...
@@ -118,7 +118,7 @@ jobs:
name
:
Build WASM
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
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/main.yml
+
1
−
4
View file @
219c1fc3
...
...
@@ -82,13 +82,10 @@ 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"
,
"
1.82.0"
,
"
latest"
]
node-version
:
[
"
18"
]
...
...
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