File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2357,6 +2357,11 @@ axes:
2357
2357
run_on : ubuntu1804-build
2358
2358
variables :
2359
2359
GO_DIST : " /opt/golang/go1.20"
2360
+ - id : " ubuntu2004-go-1-20"
2361
+ display_name : " Ubuntu 20.04"
2362
+ run_on : ubuntu2004-build
2363
+ variables :
2364
+ GO_DIST : " /opt/golang/go1.20"
2360
2365
- id : " macos11-go-1-20"
2361
2366
display_name : " MacOS 11.0"
2362
2367
run_on : macos-1100
@@ -2716,7 +2721,7 @@ buildvariants:
2716
2721
- name : " .load-balancer"
2717
2722
2718
2723
- matrix_name : " serverless"
2719
- matrix_spec : { os-ssl-40: ["ubuntu1804-64 -go-1-20"] }
2724
+ matrix_spec : { os-ssl-40: ["ubuntu2004 -go-1-20"] }
2720
2725
display_name : " Serverless ${os-ssl-40}"
2721
2726
tasks :
2722
2727
- " serverless_task_group"
Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ GCP_PRIVATE_KEY="${cse_gcp_private_key}" \
115
115
CSFLE_TLS_CA_FILE=" $CSFLE_TLS_CA_FILE " \
116
116
CSFLE_TLS_CERTIFICATE_KEY_FILE=" $CSFLE_TLS_CERTIFICATE_KEY_FILE " \
117
117
CRYPT_SHARED_LIB_PATH=$CRYPT_SHARED_LIB_PATH \
118
- make $MAKEFILE_TARGET \
119
118
PKG_CONFIG_PATH=$PKG_CONFIG_PATH \
120
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH
119
+ LD_LIBRARY_PATH=$LD_LIBRARY_PATH \
120
+ make $MAKEFILE_TARGET
You can’t perform that action at this time.
0 commit comments