We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ae7e9 commit 07ee11eCopy full SHA for 07ee11e
.github/workflows/ci.yaml
@@ -29,6 +29,11 @@ jobs:
29
- name: Dependencies
30
run: ./run.sh install_all
31
32
+ - name: Silence Compiler
33
+ run: |
34
+ mkdir ~/.R
35
+ echo 'CXXFLAGS=-O3 -pipe -Wno-ignored-attributes -Wno-maybe-uninitialized -Wall' > ~/.R/Makevars
36
+
37
- name: Test
38
run: ./run.sh run_tests
39
ChangeLog
@@ -1,6 +1,6 @@
1
2025-08-23 Dirk Eddelbuettel <edd@debian.org>
2
3
- * .github/workflows/ci.yaml (jobs): Re-enable coverage
+ * .github/workflows/ci.yaml (jobs): Re-enable coverage, silence compiler
4
5
2025-04-04 Dirk Eddelbuettel <edd@debian.org>
6
0 commit comments