Skip to content

Commit c36b437

Browse files
Revert to f126dbe
1 parent 0101550 commit c36b437

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/compile.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
- name: Init opam
1414
run: opam init --disable-sandboxing -y
1515
- name: Install sail
16-
run: |
17-
git clone https://github.com/rems-project/sail.git
18-
cd sail
19-
opam pin add sail .
20-
cd ..
16+
run: opam install -y sail
2117
- name: Check out repository code
2218
uses: actions/checkout@HEAD
2319
with:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ ifneq (,$(SAILCOV))
198198
ALL_BRANCHES = generated_definitions/c/all_branches
199199
C_FLAGS += -DSAILCOV
200200
SAIL_FLAGS += -c_coverage $(ALL_BRANCHES) -c_include sail_coverage.h
201-
C_LIBS += $(SAIL_LIB_DIR)/coverage/libsail_coverage.a -lm -lpthread -ldl
201+
C_LIBS += $(SAIL_LIB_DIR)/coverage/libsail_coverage.a -lpthread -ldl
202202
endif
203203

204204
# The C simulator can be built to be linked against Spike for tandem-verification.

sail-riscv

0 commit comments

Comments
 (0)