Skip to content

Commit 07ee11e

Browse files
committed
Silence compiler
1 parent e5ae7e9 commit 07ee11e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Dependencies
3030
run: ./run.sh install_all
3131

32+
- name: Silence Compiler
33+
run: |
34+
mkdir ~/.R
35+
echo 'CXXFLAGS=-O3 -pipe -Wno-ignored-attributes -Wno-maybe-uninitialized -Wall' > ~/.R/Makevars
36+
3237
- name: Test
3338
run: ./run.sh run_tests
3439

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2025-08-23 Dirk Eddelbuettel <[email protected]>
22

3-
* .github/workflows/ci.yaml (jobs): Re-enable coverage
3+
* .github/workflows/ci.yaml (jobs): Re-enable coverage, silence compiler
44

55
2025-04-04 Dirk Eddelbuettel <[email protected]>
66

0 commit comments

Comments
 (0)