Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

方舟编译器Docker环境, 可以编译通过示例代码

Notifications You must be signed in to change notification settings

happystraw/openarkcompiler-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

方舟编译器Docker环境

可以编译通过示例代码 helloworld

参考内容: https://zhuanlan.zhihu.com/p/81340230

使用方法

# 镜像很大(5.28GB), 推荐可以自己本地进行构建
docker pull happystraw/openarkcompiler

docker run --rm -it happystraw/openarkcompiler bash

# 测试编译
cd sample/helloworld
make

本地构建

可以根据自己需要修改

docker build -t happystraw/openarkcompiler .

About

方舟编译器Docker环境, 可以编译通过示例代码

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published