Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-reproducer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
go-reproducer
Commits
81806086
Commit
81806086
authored
Mar 4, 2024
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Use Debian bookworm to get a newer version of Go.
We need at least Go 1.17.13 to build Go 1.21.
parent
94afa9cc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!14
Add snowflake 2.9.1
Pipeline
#16174
failed
Mar 4, 2024
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
install.sh
+2
-2
2 additions, 2 deletions
install.sh
with
3 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
81806086
FROM
debian:b
ullseye
FROM
debian:b
ookworm
ENV
LANG=C.UTF-8
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
...
...
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
2
−
2
View file @
81806086
...
@@ -5,8 +5,8 @@ set -x
...
@@ -5,8 +5,8 @@ set -x
# use snapshot repos for deterministic package versions
# use snapshot repos for deterministic package versions
DATE
=
"20240301T000000Z"
DATE
=
"20240301T000000Z"
cat
<<
EOF
> /etc/apt/sources.list
cat
<<
EOF
> /etc/apt/sources.list
deb http://snapshot.debian.org/archive/debian/
${
DATE
}
/ b
ullseye
main
deb http://snapshot.debian.org/archive/debian/
${
DATE
}
/ b
ookworm
main
deb http://snapshot.debian.org/archive/debian/
${
DATE
}
/ b
ullseye
-updates main
deb http://snapshot.debian.org/archive/debian/
${
DATE
}
/ b
ookworm
-updates main
EOF
EOF
# ignore expired package releases so we can reproduce from old snapshots
# ignore expired package releases so we can reproduce from old snapshots
...
...
...
...
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