mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #3164 from kinvolk/rata/make-no-buildtags
CI: Validate compilation without buildtags
This commit is contained in:
@@ -23,6 +23,13 @@ jobs:
|
||||
# must be specified without patch version
|
||||
version: v1.40
|
||||
|
||||
compile-buildtags:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: compile with no build tags
|
||||
run: make BUILDTAGS=""
|
||||
|
||||
shfmt:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user