Skip to content

Commit

Permalink
Use mkuimage instead of pkg/uroot
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 27, 2024
1 parent 40fa1e2 commit 285135e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 684 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,11 @@ jobs:
name: Ensure that every template builds for a variety of options.
command: |
go build .
goruncmd="./u-root -stats-output-path=/tmp/stats.json"
goruncmd="./u-root"
$goruncmd minimal
$goruncmd core
$goruncmd coreboot-app
$goruncmd all
$goruncmd world
# Fails because of dups. Is this supposed to work?
#$goruncmd all core
#$goruncmd all core
$goruncmd all core
GOOS=plan9 $goruncmd -defaultsh=/bbin/rush plan9
cat /tmp/stats.json
- store_artifacts:
name: Store build stats
path: /tmp/stats.json
destination: stats.json
310 changes: 0 additions & 310 deletions templates.go

This file was deleted.

Loading

0 comments on commit 285135e

Please sign in to comment.