Bump @vercel/ncc from 0.38.4 to 0.44.1 #74
Annotations
21 errors and 3 warnings
|
test-action (ubuntu-latest, cache-false)
Failed to build V from source.
Build error:
Command 'make' failed in /home/runner/vlang/vlang_linux_x64
stderr:
vlib/builtin/float.c.v:9:13: error: invalid $if condition: unknown indent `native`
7 | }
8 |
9 | $if !native {
| ^
10 | #include <float.h>
11 | }
make: *** [GNUmakefile:122: all] Error 1
stdout:
cd ./vc && git clean -xf && git pull --quiet
cd ./thirdparty/tcc && git clean -xf && git pull --quiet
cc -std=c99 -w -o v1 ./vc/v.c -lm -lpthread || cmd/tools/cc_compilation_failed_non_windows.sh
./v1 -no-parallel -o v2 cmd/v
This may be a transient issue with the V upstream bootstrap. Try using `stable: true` to install the latest stable release, or specify a specific version with the `version` input.
|
|
test-action (ubuntu-latest, version-file)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (ubuntu-latest, check-latest)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, version)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (ubuntu-latest, stable)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, stable)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (ubuntu-latest, version)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, stable)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (ubuntu-latest, architecture)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, check-latest)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, version)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, version-file)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, architecture)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (ubuntu-latest, clean-false)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, cache-false)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, version-file)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, clean-false)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, architecture)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (windows-latest, check-latest)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, cache-false)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
test-action (macos-latest, clean-false)
The strategy configuration was canceled because "test-action.ubuntu-latest_cache-false" failed
|
|
build
Initial V build failed, retrying once...
Command 'make' failed in /tmp/setup-v-home-FLSERs/vlang/vlang_linux_x64
stderr:
error: transient hiccup
|
|
build
Initial V build failed, retrying once...
Command 'make' failed in /tmp/setup-v-home-2gzDMi/vlang/vlang_linux_x64
stderr:
error: unknown function: help.print_and_exit
stdout:
compiling v.c...
|
|
test-action (ubuntu-latest, cache-false)
Initial V build failed, retrying once...
Command 'make' failed in /home/runner/vlang/vlang_linux_x64
stderr:
vlib/builtin/float.c.v:9:13: error: invalid $if condition: unknown indent `native`
7 | }
8 |
9 | $if !native {
| ^
10 | #include <float.h>
11 | }
make: *** [GNUmakefile:122: all] Error 1
stdout:
make fresh_vc
make[1]: Entering directory '/home/runner/vlang/vlang_linux_x64'
rm -rf ./vc
git clone --filter=blob:none --quiet https://github.com/vlang/vc ./vc
make[1]: Leaving directory '/home/runner/vlang/vlang_linux_x64'
cd ./vc && git clean -xf && git pull --quiet
make fresh_tcc
make[1]: Entering directory '/home/runner/vlang/vlang_linux_x64'
rm -rf ./thirdparty/tcc
git clone --filter=blob:none --quiet --branch thirdparty-linux-amd64 https://github.com/vlang/tccbin ./thirdparty/tcc
make[2]: Entering directory '/home/runner/vlang/vlang_linux_x64'
make[2]: Leaving directory '/home/runner/vlang/vlang_linux_x64'
make[1]: Leaving directory '/home/runner/vlang/vlang_linux_x64'
cd ./thirdparty/tcc && git clean -xf && git pull --quiet
cc -std=c99 -w -o v1 ./vc/v.c -lm -lpthread || cmd/tools/cc_compilation_failed_non_windows.sh
./v1 -no-parallel -o v2 cmd/v
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
|
9.71 KB |
sha256:df2b9f8b77b274570c66157e9edc56f19271c7566a47a799ce34affe4a3fc1f3
|
|