-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dlang:master' into master
- Loading branch information
Showing
38 changed files
with
1,802 additions
and
1,279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
# Latest stable version, update at will | ||
os: [ macOS-12, ubuntu-20.04, windows-2019 ] | ||
os: [ macOS-13, ubuntu-20.04, windows-2019 ] | ||
dc: | ||
# Always test latest as that is what we use to compile on release | ||
- dmd-latest | ||
|
@@ -65,12 +65,21 @@ jobs: | |
- dmd-2.099.1 | ||
- dmd-2.102.2 | ||
- dmd-2.105.3 | ||
- dmd-2.108.1 | ||
include: | ||
- { do_test: false } | ||
- { dc: dmd-latest, do_test: true } | ||
- { dc: ldc-latest, do_test: true } | ||
- { dc: dmd-master, do_test: true } | ||
- { dc: ldc-master, do_test: true } | ||
# Test on ARM64 | ||
- { os: macOS-14, dc: ldc-latest, do_test: true } | ||
exclude: | ||
# Error with those versions: | ||
# ld: multiple errors: symbol count from symbol table and dynamic symbol table differ in [.../dub.o]; address=0x0 points to section(2) with no content in '[...]/osx/lib/libphobos2.a[3177](config_a68_4c3.o)' | ||
- { os: macOS-13, dc: dmd-2.099.1 } | ||
- { os: macOS-13, dc: dmd-2.102.2 } | ||
- { os: macOS-13, dc: dmd-2.105.3 } | ||
|
||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -79,7 +88,9 @@ jobs: | |
- name: '[OSX] Install dependencies' | ||
if: runner.os == 'macOS' | ||
run: | | ||
brew install pkg-config coreutils | ||
# We need to install GNU utils as the test-suite scripts expect it. | ||
# Without them we may get slightly different behavior in tests and hard-to-track failures | ||
brew install coreutils diffutils | ||
echo "PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig/" >> $GITHUB_ENV | ||
- name: '[Linux] Install dependencies' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"fileVersion": 1, | ||
"versions": { | ||
"diet-ng": "1.8.1", | ||
"eventcore": "0.9.32", | ||
"mir-linux-kernel": "1.0.1", | ||
"openssl": "3.3.3", | ||
"diet-ng": "1.8.2", | ||
"eventcore": "0.9.35", | ||
"mir-linux-kernel": "1.2.1", | ||
"openssl": "3.3.4", | ||
"openssl-static": "1.0.5+3.0.8", | ||
"stdx-allocator": "2.77.5", | ||
"taggedalgebraic": "0.11.23", | ||
"vibe-container": "1.3.1", | ||
"vibe-core": "2.9.0", | ||
"vibe-d": "0.10.0", | ||
"vibe-http": "1.1.1", | ||
"vibe-inet": "1.0.0", | ||
"vibe-serialization": "1.0.4", | ||
"vibe-stream": "1.1.0" | ||
"vibe-container": "1.4.0", | ||
"vibe-core": "2.9.6", | ||
"vibe-d": "0.10.1", | ||
"vibe-http": "1.2.1", | ||
"vibe-inet": "1.1.0", | ||
"vibe-serialization": "1.0.7", | ||
"vibe-stream": "1.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.