Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jun 22, 2024
1 parent fb64b32 commit 7fde489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,18 @@ jobs:
fail-fast: false
matrix:
# Latest stable version, update at will
os: [ macOS-12, ubuntu-20.04, windows-2019 ]
dc:
# Always test latest as that is what we use to compile on release
- dmd-latest
- ldc-latest
# Provide some testing for upstream
- dmd-master
- ldc-master
# Test some intermediate versions
- ldc-1.26.0
- dmd-2.099.1
- dmd-2.102.2
- dmd-2.105.3
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 }

runs-on: ${{ matrix.os }}
runs-on: macOS-12
steps:

# Install required dependencies
Expand Down
2 changes: 1 addition & 1 deletion test/issue2377-dynLib-dep-extra-files/parent/dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ configuration "exe_dynamic" {
subConfiguration "dep1" "dynlib"
dflags "-link-defaultlib-shared" platform="ldc"
dflags "-defaultlib=libphobos2.so" platform="linux-dmd"
lflags "-Xlinker" "-rpath" "-Xlinker" "@executable_path" platform="osx"
lflags "-rpath" "@executable_path" platform="osx"
}

0 comments on commit 7fde489

Please sign in to comment.