Skip to content

Commit 8f2625f

Browse files
committed
update xlings config file
1 parent 70cd21b commit 8f2625f

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 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,15 @@ 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+
ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0
45+
ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0/bin
46+
gcc --version --verbose
47+
cc --version --verbose
4948
5049
- name: Build
5150
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)