File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 matrix :
2222 include :
2323 - { os: ubuntu-18.04, target: linux, platform: linux-x64 }
24+ - { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
2425 - { os: macos-11, target: darwin, platform: darwin-x64 }
2526 - { os: macos-11, target: darwin, platform: darwin-arm64 }
2627 - { os: windows-latest, target: windows, platform: win32-ia32 }
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ elseif platform.OS == 'Linux' then
2929 if lm .platform == nil then
3030 elseif lm .platform == " linux-x64" then
3131 elseif lm .platform == " linux-arm64" then
32- -- TODO: not implement
33- lm .compiler = " clang"
34- lm .target = " arm64-pc-linux-gnu"
32+ lm .cc = ' aarch64-linux-gnu-gcc'
3533 else
3634 error " unknown platform"
3735 end
You can’t perform that action at this time.
0 commit comments