Skip to content

Commit

Permalink
Test super old win
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 6, 2024
1 parent 32be402 commit affb90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-13, r: 'release'}
- {os: macOS-14, r: 'release'}
- {os: macOS-latest, r: 'release', disable-static: 'disable-static'}
- {os: windows-latest, r: '3.6'}
- {os: windows-latest, r: '4.0'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '4.2'}
- {os: windows-latest, r: '4.3'}
- {os: windows-latest, r: '4.4'}
- {os: windows-2022, r: 'devel'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-24.04, r: 'release', disable-static: 'disable-static'}
- {os: ubuntu-22.04, r: 'release', disable-static: 'disable-static'}
- {os: ubuntu-20.04, r: 'release', disable-static: 'disable-static'}


env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion tools/legacy.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 6.2.414.50-vista
CXX_STD = CXX11
RWINLIB =../windows/libv8-$(VERSION)
PKG_CPPFLAGS = -I$(RWINLIB)/include -DV8_ENABLE_CHECKS
PKG_CPPFLAGS = -I$(RWINLIB)/include -DV8_ENABLE_CHECKS -DISNODEJS=6.2
PKG_LIBS = \
-L$(RWINLIB)/lib${subst gcc ,-,${R_COMPILED_BY}}${R_ARCH} \
-L$(RWINLIB)/lib${R_ARCH} \
Expand Down

0 comments on commit affb90c

Please sign in to comment.