File tree Expand file tree Collapse file tree 3 files changed +3
-313
lines changed Expand file tree Collapse file tree 3 files changed +3
-313
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ validate_device_package() {
320320 test_file=$( create_device_test_file " $package_path " " $target " )
321321
322322 # Run llgo build test
323- if llgo build -tags nogc -target " $target " " $test_file " 2>&1 ; then
323+ if llgo build -v - tags nogc -target " $target " " $test_file " 2>&1 ; then
324324 echo " PASS"
325325 rm -f " $test_file "
326326 (( PASSED_TESTS++ ))
@@ -346,7 +346,7 @@ validate_machine_target() {
346346 echo -n " [$test_number ] Testing $target ... "
347347
348348 # Run llgo build test
349- if llgo build -tags nogc -target=" $target " " $test_file " 2>&1 ; then
349+ if llgo build -v - tags nogc -target=" $target " " $test_file " 2>&1 ; then
350350 echo " PASS"
351351 (( PASSED_TESTS++ ))
352352 PASSED_LIST+=(" $target " )
Original file line number Diff line number Diff line change 1818 uses : ./.github/actions/setup-llgo
1919 - name : Run Device Package Validation
2020 run : |
21- ./.github/scripts/validate_device_packages .sh
21+ ./.github/scripts/validate_embed_packages .sh device
2222
2323 validate-machine-packages :
2424 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments