Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ jobs:
name: Build tar2ext4.exe
- run: ${{ env.GO_BUILD_CMD }} ./cmd/wclayer
name: Build wclayer.exe
- run: ${{ env.GO_BUILD_CMD }} ./cmd/gcs-sidecar
name: Build gcs-sidecar.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/grantvmgroupaccess
name: Build grantvmgroupaccess.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/hvsocketaddr
Expand Down Expand Up @@ -684,6 +686,7 @@ jobs:
runhcs.exe
tar2ext4.exe
wclayer.exe
gcs-sidecar.exe
device-util.exe
ncproxy.exe
hvsocketaddr.exe
Expand Down
2 changes: 2 additions & 0 deletions internal/gcs-sidecar/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"context"
"fmt"
"io"
"os"
"path/filepath"
"sync"

"github.com/Microsoft/hcsshim/internal/bridgeutils/gcserr"
Expand Down
Loading