Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
archie2x committed Aug 30, 2024
1 parent be833e2 commit cbe7aab
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,6 @@ on:
pull_request:
branches: [main]

env:
FAILING:
cmds/boot/boot
cmds/boot/fitboot
cmds/boot/pxeboot
cmds/core/bind
cmds/core/dhclient
cmds/core/gosh
cmds/core/init
cmds/core/insmod
cmds/core/io
cmds/core/ip
cmds/core/kexec
cmds/core/lockmsrs
cmds/core/msr
cmds/core/netcat
cmds/core/netstat
cmds/core/nohup
cmds/core/ping
cmds/core/rmmod
cmds/core/sluinit
cmds/core/sshd
cmds/core/switch_root
cmds/core/tee
cmds/core/watchdogd
cmds/core/wget
cmds/exp/console
cmds/exp/esxiboot
cmds/exp/fbnetboot
cmds/exp/localboot
cmds/exp/modprobe
cmds/exp/netbootxyz
cmds/exp/newsshd
cmds/exp/pflask
cmds/exp/pxeserver
cmds/exp/systemboot
cmds/exp/tcpdump
cmds/exp/tftp
cmds/exp/traceroute
cmds/exp/uefiboot
cmds/exp/vboot
cmds/exp/vmboot

jobs:
build:
strategy:
Expand All @@ -64,10 +21,11 @@ jobs:
with:
tinygo-version: '0.33.0'

- name: Compile All and Check Expectation
- name: Run tinygoize
run: |
go run tools/tinygoize/main.go \
go build -C tools/tinygoize
tools/tinygoize/tinygoize \
-o $GITHUB_STEP_SUMMARY \
cmds/{core,exp,extra,boot}/*
Expand Down

0 comments on commit cbe7aab

Please sign in to comment.