Skip to content

建议把工作流中的中文语言配置那块去掉,op集成easytier编译时会出错 #156

@BtPanel

Description

@BtPanel

错误提示:`Collected errors:
Configuring luci-i18n-package-manager-zh-cn.

  • check_data_file_clashes: Package luci-i18n-easytier-zh-cn wants to install file /home/build/immortalwrt/build_dir/target-x86_64_musl/root-x86/etc/uci-defaults/luci-i18n-easytier-zh-cn
    But that file is already provided by package * luci-app-easytier
  • opkg_install_cmd: Cannot install package luci-i18n-easytier-zh-cn.`

把工作流中的这个去掉就好了 - name: Create i18n uci-defaults file run: | mkdir -p luci-app-easytier/root/etc/uci-defaults cat > luci-app-easytier/root/etc/uci-defaults/luci-i18n-easytier-zh-cn << 'EOF' #!/bin/sh uci -q batch << EOI set luci.languages.zh_cn='简体中文 (Simplified Chinese)' commit luci EOI rm -f /tmp/luci-indexcache /tmp/luci-modulecache/* exit 0 EOF chmod +x luci-app-easytier/root/etc/uci-defaults/luci-i18n-easytier-zh-cn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions