Skip to content

Commit 223fb3a

Browse files
committed
Revert compiler silencing attempt
1 parent 07ee11e commit 223fb3a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ 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-
3732
- name: Test
3833
run: ./run.sh run_tests
3934

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, silence compiler
3+
* .github/workflows/ci.yaml (jobs): Re-enable coverage
44

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

0 commit comments

Comments
 (0)