Skip to content
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

Windows import #37

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cpio/fs_plan9.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ import (
"os"
"path/filepath"
"syscall"
"time"

"github.com/u-root/mkuimage/cpio/internal/upath"
"github.com/u-root/uio/uio"
1 change: 0 additions & 1 deletion cpio/fs_windows.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ import (
"os"
"path/filepath"
"syscall"
"time"

"github.com/u-root/mkuimage/cpio/internal/upath"
"github.com/u-root/uio/uio"
2 changes: 1 addition & 1 deletion cross-compile.sh
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ GOARCHES="386 amd64 arm arm64 ppc64 ppc64le s390x mips mipsle mips64 mips64le"
buildem "linux" "$GOARCHES"

GOARCHES="386 amd64 arm arm64"
GOOSES="freebsd netbsd openbsd windows"
GOOSES="freebsd windows" # TBD netbsd openbsd plan9
buildem "$GOOSES" "$GOARCHES"

GOARCHES_DARWIN="arm64 amd64"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ require (
github.com/u-root/gobusybox/src v0.0.0-20240226024758-7e6217d0eb49
github.com/u-root/u-root v0.12.0
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/sync v0.6.0
golang.org/x/sys v0.17.0
gopkg.in/yaml.v3 v3.0.0
@@ -26,7 +27,6 @@ require (
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/tools v0.18.0 // indirect