mirror of
https://github.com/soypat/lneto.git
synced 2026-09-05 22:39:06 +00:00
don't go ham on removing fmt useful data
This commit is contained in:
@@ -143,6 +143,12 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.26"
|
||||
# Needed because a build command in memci.json names tinygo. Keep the two
|
||||
# versions in step: TinyGo 0.42 builds with Go 1.25 through 1.27 and
|
||||
# refuses to run outside that window, in either direction.
|
||||
- uses: acifani/setup-tinygo@v2
|
||||
with:
|
||||
tinygo-version: "0.42.0"
|
||||
- uses: soypat/memci@main
|
||||
with:
|
||||
args: -kind package
|
||||
|
||||
@@ -6,7 +6,7 @@ name: memci comment
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [memci]
|
||||
workflows: [CI]
|
||||
types: [completed]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
@@ -3,5 +3,11 @@
|
||||
"name":"Stack MWE",
|
||||
"build":"go build -o=mwe.elf -tags=noslog ./examples/min-working-example",
|
||||
"elf":"mwe.elf"
|
||||
},
|
||||
{
|
||||
"name":"Stack MWE pico",
|
||||
"build":"tinygo build -o=mwe-pico.elf -target=pico -tags=noslog -panic=trap ./examples/min-working-example",
|
||||
"elf":"mwe-pico.elf",
|
||||
"mem":true
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user