Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Commit 89897d2

Browse files
Automator: update common-files@master in istio/api@master (istio#1322)
1 parent 281c9f1 commit 89897d2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ export BUILD_WITH_CONTAINER ?= 0
3232

3333
ifeq ($(BUILD_WITH_CONTAINER),1)
3434

35+
# An export free of arugments in a Makefile places all variables in the Makefile into the
36+
# environment. This is needed to allow overrides from Makefile.overrides.mk.
37+
export
38+
3539
$(shell $(shell pwd)/common/scripts/setup_env.sh)
3640

3741
RUN = ./common/scripts/run.sh

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a64de6ec278dd5cc60e1d57ce53fd767071e38db
1+
d144c2fe6936db8a146332c1fd14e876488b06ac

common/config/license-lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ whitelisted_modules:
123123
- github.com/xeipuuv/gojsonreference
124124
- github.com/xi2/xz
125125

126+
# BSD-3
127+
# fuse.go: ISC
128+
# fuse_kernel.go: BSD-2
129+
- bazil.org/fuse
130+
126131
# BSD-3
127132
- github.com/DataDog/zstd
128133

0 commit comments

Comments
 (0)