mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-05 07:27:03 +08:00
remove pre-go1.17 build-tags
Removed pre-go1.17 build-tags with go fix; go fix -mod=readonly ./... Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux && seccomp
|
//go:build linux && seccomp
|
||||||
// +build linux,seccomp
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux || !seccomp
|
//go:build !linux || !seccomp
|
||||||
// +build !linux !seccomp
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package apparmor
|
package apparmor
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux
|
//go:build linux
|
||||||
// +build linux
|
|
||||||
|
|
||||||
package capabilities
|
package capabilities
|
||||||
|
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package capabilities
|
package capabilities
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build gofuzz
|
//go:build gofuzz
|
||||||
// +build gofuzz
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux
|
//go:build linux
|
||||||
// +build linux
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux && !windows
|
//go:build !linux && !windows
|
||||||
// +build !linux,!windows
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package configs
|
package configs
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package devices
|
package devices
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package devices
|
package devices
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !runc_nodmz
|
//go:build !runc_nodmz
|
||||||
// +build !runc_nodmz
|
|
||||||
|
|
||||||
package dmz
|
package dmz
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux || runc_nodmz
|
//go:build !linux || runc_nodmz
|
||||||
// +build !linux runc_nodmz
|
|
||||||
|
|
||||||
package dmz
|
package dmz
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux && cgo && seccomp
|
//go:build linux && cgo && seccomp
|
||||||
// +build linux,cgo,seccomp
|
|
||||||
|
|
||||||
package integration
|
package integration
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux && !gccgo
|
//go:build linux && !gccgo
|
||||||
// +build linux,!gccgo
|
|
||||||
|
|
||||||
package nsenter
|
package nsenter
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux && gccgo
|
//go:build linux && gccgo
|
||||||
// +build linux,gccgo
|
|
||||||
|
|
||||||
package nsenter
|
package nsenter
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build cgo && seccomp
|
//go:build cgo && seccomp
|
||||||
// +build cgo,seccomp
|
|
||||||
|
|
||||||
package patchbpf
|
package patchbpf
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build cgo && seccomp
|
//go:build cgo && seccomp
|
||||||
// +build cgo,seccomp
|
|
||||||
|
|
||||||
package patchbpf
|
package patchbpf
|
||||||
|
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
//go:build !linux || !cgo || !seccomp
|
//go:build !linux || !cgo || !seccomp
|
||||||
// +build !linux !cgo !seccomp
|
|
||||||
|
|
||||||
package patchbpf
|
package patchbpf
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build cgo && seccomp
|
//go:build cgo && seccomp
|
||||||
// +build cgo,seccomp
|
|
||||||
|
|
||||||
package seccomp
|
package seccomp
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux || !cgo || !seccomp
|
//go:build !linux || !cgo || !seccomp
|
||||||
// +build !linux !cgo !seccomp
|
|
||||||
|
|
||||||
package seccomp
|
package seccomp
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux
|
//go:build linux
|
||||||
// +build linux
|
|
||||||
|
|
||||||
package system
|
package system
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build gofuzz
|
//go:build gofuzz
|
||||||
// +build gofuzz
|
|
||||||
|
|
||||||
package userns
|
package userns
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !linux
|
//go:build !linux
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package userns
|
package userns
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user