Skip to content

Commit 20a0197

Browse files
committed
Fix merge conflict markers in CI workflow file
1 parent 77ff0a9 commit 20a0197

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Linmo CI (GNU Only)
22

33
on:
4-
<<<<<<< HEAD
54
push:
65
branches: [main, ci]
76
pull_request:
@@ -25,31 +24,6 @@ jobs:
2524
wget https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.06.13/riscv32-elf-ubuntu-22.04-gcc-nightly-2025.06.13-nightly.tar.xz
2625
tar -xf riscv32-elf-ubuntu-22.04-gcc-nightly-2025.06.13-nightly.tar.xz
2726
echo "$PWD/riscv/bin" >> $GITHUB_PATH
28-
=======
29-
push:
30-
branches: [main, ci]
31-
pull_request:
32-
branches: [main, ci]
33-
34-
jobs:
35-
test:
36-
runs-on: ubuntu-latest
37-
38-
steps:
39-
- name: Checkout
40-
uses: actions/checkout@v4
41-
42-
- name: Install dependencies
43-
run: |
44-
sudo apt-get update
45-
sudo apt-get install -y build-essential qemu-system-riscv32 wget
46-
47-
- name: Download RISC-V GNU Toolchain
48-
run: |
49-
wget https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.06.13/riscv32-elf-ubuntu-22.04-gcc-nightly-2025.06.13-nightly.tar.xz
50-
tar -xf riscv32-elf-ubuntu-22.04-gcc-nightly-2025.06.13-nightly.tar.xz
51-
echo "$PWD/riscv/bin" >> $GITHUB_PATH
52-
>>>>>>> 5c5f004 (Improve CI workflow with QEMU, cpubench, timeout)
5327
5428
- name: Verify toolchain installation
5529
run: |
@@ -65,7 +39,6 @@ jobs:
6539
env:
6640
CROSS_COMPILE: riscv32-unknown-elf-
6741

68-
<<<<<<< HEAD
6942
- name: Build and run cpubench
7043
run: |
7144
make clean
@@ -96,13 +69,3 @@ jobs:
9669
```
9770
${{ steps.extract.outputs.result }}
9871
```
99-
=======
100-
- name: Build and run cpubench
101-
run: |
102-
make clean
103-
make cpubench
104-
timeout 5s qemu-system-riscv32 -nographic -machine virt -bios none -kernel build/image.elf || true
105-
echo "cpubench completed"
106-
env:
107-
CROSS_COMPILE: riscv32-unknown-elf-
108-
>>>>>>> 5c5f004 (Improve CI workflow with QEMU, cpubench, timeout)

0 commit comments

Comments
 (0)