File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 32
32
#
33
33
# We use "export" here instead of just setting a bash variable because we need
34
34
# to pass this flag to all child processes spawned by the shell.
35
- export CGO_CFLAGS=" -O -D__BLST_PORTABLE__"
35
+ export CGO_CFLAGS=" -O2 -D__BLST_PORTABLE__"
36
36
# While CGO_ENABLED doesn't need to be explicitly set, it produces a much more
37
37
# clear error due to the default value change in go1.20.
38
38
export CGO_ENABLED=1
Original file line number Diff line number Diff line change 21
21
go install -v github.com/palantir/go-license@v1.25.0
22
22
fi
23
23
24
+ source ./scripts/constants.sh
25
+
24
26
# tuples of (source interface import path, comma-separated interface names, output file path)
25
27
input=" scripts/mocks.mockgen.txt"
26
28
while IFS= read -r line
You can’t perform that action at this time.
0 commit comments