File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,11 @@ jobs:
8282 if : runner.os == 'Linux'
8383 working-directory : tests
8484 run : |
85- MUSL_VER =$(python3 -c "import json; print(json.load(open('../.xlings.json'))['workspace']['musl- gcc']['linux'])")
86- MUSL_SDK ="$HOME/.xlings/data/xpkgs/xim-x-musl- gcc/${MUSL_VER }"
85+ GCC_VER =$(python3 -c "import json; print(json.load(open('../.xlings.json'))['workspace']['gcc']['linux'])")
86+ GCC_SDK ="$HOME/.xlings/data/xpkgs/xim-x-gcc/${GCC_VER }"
8787 xmake f -P . -y -vv \
88- --sdk="${MUSL_SDK}" \
89- --cross=x86_64-linux-musl- \
90- --cc="${MUSL_SDK}/bin/x86_64-linux-musl-gcc" \
91- --cxx="${MUSL_SDK}/bin/x86_64-linux-musl-g++"
88+ --cc="${GCC_SDK}/bin/gcc" \
89+ --cxx="${GCC_SDK}/bin/g++"
9290
9391 - name : Configure (macos)
9492 if : runner.os == 'macOS'
Original file line number Diff line number Diff line change 11{
22 "workspace" : {
33 "xmake" : " 3.0.7" ,
4- "musl- gcc" : { "linux" : " 15 .1.0" },
4+ "gcc" : { "linux" : " 16 .1.0" },
55 "llvm" : { "macosx" : " 20.1.7" }
66 }
77}
You can’t perform that action at this time.
0 commit comments