Skip to content

Commit ae8f7ce

Browse files
authored
fix imports in internal/gcs-sidecar/host.go (#2567)
add gcs-sidecar build step in CI. Signed-off-by: Maksim An <[email protected]>
1 parent a19edd0 commit ae8f7ce

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,8 @@ jobs:
655655
name: Build tar2ext4.exe
656656
- run: ${{ env.GO_BUILD_CMD }} ./cmd/wclayer
657657
name: Build wclayer.exe
658+
- run: ${{ env.GO_BUILD_CMD }} ./cmd/gcs-sidecar
659+
name: Build gcs-sidecar.exe
658660
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/grantvmgroupaccess
659661
name: Build grantvmgroupaccess.exe
660662
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/hvsocketaddr
@@ -684,6 +686,7 @@ jobs:
684686
runhcs.exe
685687
tar2ext4.exe
686688
wclayer.exe
689+
gcs-sidecar.exe
687690
device-util.exe
688691
ncproxy.exe
689692
hvsocketaddr.exe

internal/gcs-sidecar/host.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
"context"
88
"fmt"
99
"io"
10+
"os"
11+
"path/filepath"
1012
"sync"
1113

1214
"github.com/Microsoft/hcsshim/internal/bridgeutils/gcserr"

0 commit comments

Comments
 (0)