Skip to content

  • 项目
  • 群组
  • 代码片段
  • 帮助
  • 当前项目
    • 正在载入...
  • 登录 / 注册
G
go-ipfs
  • 概览
    • 概览
    • 详情
    • 活动
    • 周期分析
  • 版本库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
    • 统计图
  • 问题 0
    • 议题 0
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 0
    • 合并请求 0
  • CI / CD
    • CI / CD
    • 流水线
    • 作业
    • 日程表
    • 图表
  • 维基
    • Wiki
  • 代码片段
    • 代码片段
  • 成员
    • 成员
  • 折叠边栏
  • 活动
  • 图像
  • 聊天
  • 创建新问题
  • 作业
  • 提交
  • 问题看板
  • jihao
  • go-ipfs
  • Repository

切换分支/标签
  • go-ipfs
  • bin
  • check_go_version
查找文件
BlameHistoryPermalink
  • Christopher Buesser's avatar
    GOCC implementation & fix in make & build scripts · f31dd2aa
    The usage of a native 'go' command has been replaced with a make &
    environment variable $GOCC. This enables building with multiple go
    versions on a single machine as documented:
      * https://golang.org/doc/install#extra_versions
    
    This enables the usage of:
    ```bash
    $ make install
    $ # OR
    $ GOCC=go1.12.3 make install
    $ # OR
    $ GOCC=go1.12.4 make install
    ```
    And the build and test tools now pick up on this change
    
     On branch go-version-check
     Changes to be committed:
    	modified:   Rules.mk
    	modified:   bin/check_go_version
    	modified:   bin/dist_get
    	modified:   bin/maketarball.sh
    	modified:   coverage/Rules.mk
    	modified:   mk/golang.mk
    	modified:   mk/tarball.mk
    License: MIT
    Signed-off-by: 's avatarChris Buesser <christopher.buesser@gmail.com>
    由 Christopher Buesser 提交于 4月 30, 2019
    f31dd2aa
check_go_version 1.1 KB
编辑Web IDE
×

Replace check_go_version

拖放文件到此处或者 点击上传


取消
将在派生(fork)项目中中创建一个新的分支, 并开启一个新的合并请求。