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
|
||||
// +build linux,seccomp
|
||||
|
||||
package main
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux || !seccomp
|
||||
// +build !linux !seccomp
|
||||
|
||||
package main
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package apparmor
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package capabilities
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package capabilities
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build gofuzz
|
||||
// +build gofuzz
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux && !windows
|
||||
// +build !linux,!windows
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package configs
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package devices
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package devices
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !runc_nodmz
|
||||
// +build !runc_nodmz
|
||||
|
||||
package dmz
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux || runc_nodmz
|
||||
// +build !linux runc_nodmz
|
||||
|
||||
package dmz
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux && cgo && seccomp
|
||||
// +build linux,cgo,seccomp
|
||||
|
||||
package integration
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux && !gccgo
|
||||
// +build linux,!gccgo
|
||||
|
||||
package nsenter
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux && gccgo
|
||||
// +build linux,gccgo
|
||||
|
||||
package nsenter
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build cgo && seccomp
|
||||
// +build cgo,seccomp
|
||||
|
||||
package patchbpf
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build cgo && seccomp
|
||||
// +build cgo,seccomp
|
||||
|
||||
package patchbpf
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
//go:build !linux || !cgo || !seccomp
|
||||
// +build !linux !cgo !seccomp
|
||||
|
||||
package patchbpf
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build cgo && seccomp
|
||||
// +build cgo,seccomp
|
||||
|
||||
package seccomp
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux || !cgo || !seccomp
|
||||
// +build !linux !cgo !seccomp
|
||||
|
||||
package seccomp
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package system
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build gofuzz
|
||||
// +build gofuzz
|
||||
|
||||
package userns
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package userns
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package utils
|
||||
|
||||
|
Reference in New Issue
Block a user