Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
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
Service Desk
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
🥺
conduwuit
Commits
15ffc495
Commit
15ffc495
authored
1 year ago
by
🥺
Committed by
🥺
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
oops forgot to bump 1.70.0 in flake and gitlab dockerfile
Signed-off-by:
strawberry
<
strawberry@puppygock.gay
>
parent
8e569b8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
flake.nix
+1
-1
1 addition, 1 deletion
flake.nix
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
15ffc495
...
@@ -116,7 +116,7 @@ docker build debugging:
...
@@ -116,7 +116,7 @@ docker build debugging:
cargo check
:
cargo check
:
stage
:
test
stage
:
test
image
:
docker.io/rust:1.7
0.0
-bullseye
image
:
docker.io/rust:1.7
4.1
-bullseye
needs
:
[]
needs
:
[]
interruptible
:
true
interruptible
:
true
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
15ffc495
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1
FROM
docker.io/rust:1.7
0
-bullseye
AS
base
FROM
docker.io/rust:1.7
4.1
-bullseye
AS
base
FROM
base
AS
builder
FROM
base
AS
builder
WORKDIR
/usr/src/conduit
WORKDIR
/usr/src/conduit
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
1
−
1
View file @
15ffc495
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
channel
=
cargoToml
.
package
.
rust-version
;
channel
=
cargoToml
.
package
.
rust-version
;
# THE rust-version HASH
# THE rust-version HASH
sha256
=
"sha256-
gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayy
c="
;
sha256
=
"sha256-
PjvuouwTsYfNKW5Vi5Ye7y+lL7SsWGBxCtBOOm2z14
c="
;
};
};
mkToolchain
=
fenix
.
packages
.
${
system
}
.
combine
;
mkToolchain
=
fenix
.
packages
.
${
system
}
.
combine
;
...
...
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