-
Notifications
You must be signed in to change notification settings - Fork 12
wip: l2 images #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
0x416e746f6e
wants to merge
55
commits into
main
Choose a base branch
from
trunk/l2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,219
−655
Draft
wip: l2 images #42
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
10ab948
chore: move persistent-mount under bob
0x416e746f6e 4a1202d
chore: tidy up gitignore
0x416e746f6e 447a823
fix: specify the package during rust builds
0x416e746f6e 145218b
feat: implement blanket gcp image build
0x416e746f6e c8dc66e
fix: measurement output
0x416e746f6e 323947c
feat: use available resources + 2.0 readiness
0x416e746f6e ed22ad0
feat: add preflight command
0x416e746f6e 7e48660
use fixed time in kernel build
ilyaluk c41a2cd
fix: "normalise" yocto kernel
0x416e746f6e 865b9f8
fix: "normalise" ubuntu kernel config snippet
0x416e746f6e 7ad9288
feat: allow modular kernel config snippets
0x416e746f6e 9c28591
feat: add reproducibility check
0x416e746f6e e85b24d
feat: implement base l2 image
0x416e746f6e 77f5ff3
fix: build profile-less base
0x416e746f6e 427002a
feat: implement op-rbuilder image
0x416e746f6e 0b05056
fix: fix setup_lima when run on a mac
Melvillian 570bce3
Merge pull request #44 from Melvillian/add-mac-cpu-and-memory-cli-com…
0x416e746f6e 37bd948
chore: use reth 1.9.2 + fixes
0x416e746f6e c8a56c2
fix cmake under apple silicon
ilyaluk 8bf1851
disable saving gcp measurements to file
ilyaluk 82d871d
Update GCP measurement tool to latest version
alexhulbert 0254a5a
Switch to official fluent-bit build
alexhulbert 8fe02a3
Fix gcp measurement cmdline
alexhulbert 4de008e
Pin Debian archive
alexhulbert 29504ab
Update measurement code again
alexhulbert 119c18a
chore: tidy-up
0x416e746f6e 76a69d3
chore: drop unused code
0x416e746f6e e7954c7
fix: bail out if curl is not installed
0x416e746f6e 26bff23
fix: downgrade to 1.8.4 op-reth
0x416e746f6e cf2f4b2
fix: revert away from official fluent-bit build
0x416e746f6e b4cde36
Revert "fix: revert away from official fluent-bit build"
alexhulbert 2f1891c
Fix fluent bit
alexhulbert 3282d7e
Normalize UID and GID entries
alexhulbert 45e6026
Merge pull request #47 from flashbots/fix/fluent-bit
0x416e746f6e cd4c2d3
chore: tidy-up
0x416e746f6e b71cfb4
Update GCP measurement code
alexhulbert 42d2be2
Allow installing packages from debian backports
alexhulbert 7b1d221
Replace L2 rustup with debian backports rustc/cargo
alexhulbert 5c5240c
Use default mirror uri, not empty file
alexhulbert 013a2c7
Merge pull request #50 from flashbots/l2-update-measurements
0x416e746f6e f7ba5d0
upgrade: use op-rbuilder `0.2.13`
0x416e746f6e a934861
Use permit for flashblocks number contract
avalonche 3f571cb
feat: allow building rproxy with features
0x416e746f6e 90f5a84
chore: bump rproxy version
0x416e746f6e 7ae170f
fix: the shutdown scripts
0x416e746f6e 6f08920
fix: the shutdown script
0x416e746f6e b104a74
chore: update the doc
0x416e746f6e f4ed911
feat: implement l2 simulator builds
0x416e746f6e e1e07c9
Merge branch 'trunk/l2' of https://github.com/flashbots/flashbots-ima…
0x416e746f6e b39c9bb
chore: tidy-up
0x416e746f6e 7f7c4e6
Merge pull request #52 from flashbots/dyn-backports-l2
0x416e746f6e d4ad1a7
chore: tidy up
0x416e746f6e 48f87f5
fix: add missing package
0x416e746f6e 56e23d4
fix: use different uid for simulator
0x416e746f6e 7d552a7
feat: allow using full conf file names
0x416e746f6e File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,22 @@ | ||
| # mkosi artifacts | ||
|
|
||
| build/ | ||
| mkosi/ | ||
| build.*/ | ||
| env.json | ||
| mkosi.packages/ | ||
| mkosi.cache/ | ||
| mkosi.builddir/ | ||
| *.qcow2 | ||
| .claudesync/ | ||
| .claudeignore | ||
| mkosi.cache/ | ||
| mkosi.packages/ | ||
| mkosi/ | ||
|
|
||
| # temporary files | ||
|
|
||
| .temp | ||
| tmp/ | ||
|
|
||
| # IDEs/agents/whatnot | ||
|
|
||
| .claudeignore | ||
| .claudesync/ | ||
| .vscode | ||
| *.qcow2 | ||
| NvVars |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #!/bin/bash | ||
|
|
||
| # The mkosi sandbox environment should have a debian backports source list | ||
| # that matches the archive timestamp of the main release. | ||
| # See https://github.com/systemd/mkosi/issues/1755 | ||
| MIRROR=$(jq -r .Mirror /work/config.json) | ||
| if [ "$MIRROR" = "null" ]; then | ||
| MIRROR="http://deb.debian.org/debian" | ||
| fi | ||
|
|
||
| cat > "$SRCDIR/mkosi.builddir/debian-backports.sources" <<EOF | ||
| Types: deb deb-src | ||
| URIs: $MIRROR | ||
| Suites: ${RELEASE}-backports | ||
| Components: main | ||
| Enabled: yes | ||
| Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg | ||
| EOF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexhulbert marked this conversation as resolved.
Show resolved
Hide resolved
|
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexhulbert marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.