Skip to content

Commit 0b47c83

Browse files
committed
update xlings config file
1 parent 70cd21b commit 0b47c83

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- name: Setup xmake
26-
uses: xmake-io/github-action-setup-xmake@v1
27-
with:
28-
xmake-version: latest
29-
package-cache: true
30-
3125
- name: Install dependencies
3226
run: |
3327
sudo apt-get update
@@ -42,10 +36,16 @@ jobs:
4236
4337
- name: Install GCC 15.1 with Xlings
4438
run: |
45-
xlings install gcc@15.1 -y
39+
xlings install --verbose
4640
ls -al $HOME/.xlings/subos/current/bin/cc
4741
cat $HOME/.xlings/.xlings.json
48-
cc --version
42+
cat .xlings/.xlings.json
43+
xmake --version --verbose
44+
/usr/bin/readelf -l /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0/bin/gcc | grep interpreter
45+
ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0
46+
ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0/bin
47+
gcc --version --verbose
48+
cc --version --verbose
4949
5050
- name: Build
5151
run: |

.xlings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"workspace": {
3+
"cmake": "4.0.2",
4+
"ninja": "1.12.1",
5+
"xmake": "3.0.7",
6+
"gcc": { "linux": "15.1.0" },
7+
"llvm": { "macosx": "20" }
8+
}
9+
}

config.xlings

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)