在loongarch平台编译发行版报错 #66567
Unanswered
ruankaijian
asked this question in
Other Feature Feedback, Questions, & Ideas
在loongarch平台编译发行版报错
#66567
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
[root@localhost AdGuardHome]# make build-release CHANNEL='loongson' VERSION='0.107.37'
npm --prefix client --quiet --no-progress --ignore-engines --ignore-optional --ignore-platform --ignore-scripts ci
npm WARN prepare removing existing node_modules/ before installation
added 1847 packages in 42.482s
env COMMIT='$( git rev-parse --short HEAD )' CHANNEL='loongson' GPG_KEY='devteam@adguard.com' GPG_KEY_PASSPHRASE='not-a-real-password' DIST_DIR='dist' GO="${GO:-go}" GOPROXY='https://goproxy.cn|https://proxy.golang.org|direct' GOSUMDB='sum.golang.google.cn' PATH="${PWD}/bin:$( "${GO:-go}" env GOPATH )/bin:${PATH}" RACE='0' SIGN='1' NEXTAPI='0' VERBOSE="${VERBOSE:-0}" VERSION='0.107.37' "/bin/sh" ./scripts/make/go-deps.sh
npm --prefix client run build-prod
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
1154 modules
env COMMIT='$( git rev-parse --short HEAD )' CHANNEL='loongson' GPG_KEY='devteam@adguard.com' GPG_KEY_PASSPHRASE='not-a-real-password' DIST_DIR='dist' GO="${GO:-go}" GOPROXY='https://goproxy.cn|https://proxy.golang.org|direct' GOSUMDB='sum.golang.google.cn' PATH="${PWD}/bin:$( "${GO:-go}" env GOPATH )/bin:${PATH}" RACE='0' SIGN='1' NEXTAPI='0' VERBOSE="${VERBOSE:-0}" VERSION='0.107.37' "/bin/sh" ./scripts/make/build-release.sh
invalid channel 'loongson', supported values are 'development', 'edge', 'beta', and 'release'
make: *** [Makefile:92:build-release] 错误 1
Beta Was this translation helpful? Give feedback.
All reactions