Skip to content

Commit

Permalink
Merge pull request #13 from Oldes/master
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
Oldes authored Oct 20, 2021
2 parents ada90d9 + cd463fe commit a8c3224
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Base using MSVC
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Base using gcc
run: ./siskin make/rebol3.nest %rebol3-base-x64-libc-gcc
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Base using clang
run: ./siskin make/rebol3.nest %rebol3-base-x64-osx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: List some directories
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Bulk using MSVC
run: ./siskin.exe make/rebol3.nest [msvc %rebol3-bulk-x64-clang]
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Bulk using gcc
run: ./siskin make/rebol3.nest %rebol3-bulk-x64-libc-gcc
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Siskin Builder
uses: oldes/install-siskin@v0.3.7
uses: oldes/install-siskin@v0.4.1

- name: Build 64bit Rebol/Bulk using clang
run: ./siskin make/rebol3.nest %rebol3-bulk-x64-osx
Expand Down
1 change: 1 addition & 0 deletions src/include/reb-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ These are now obsolete (as of A107) and should be removed:
#define INLINE

#ifdef TO_OSX_X64
#define TO_OSX
#define FINITE isfinite
#else
#define FINITE finite
Expand Down

0 comments on commit a8c3224

Please sign in to comment.