mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
druntime: Rename posix.mak to Makefile
This commit is contained in:
parent
30cca65a69
commit
bc793e59e9
7 changed files with 13 additions and 13 deletions
4
.github/workflows/runnable_cxx.yml
vendored
4
.github/workflows/runnable_cxx.yml
vendored
|
@ -324,13 +324,13 @@ jobs:
|
|||
run: |
|
||||
# All hosts are 64 bits but let's be explicit
|
||||
./dmd/compiler/src/build.d -j2 MODEL=64
|
||||
make -C dmd/druntime -f posix.mak -j2 MODEL=64
|
||||
make -C dmd/druntime -j2 MODEL=64
|
||||
make -C phobos -f posix.mak -j2 MODEL=64
|
||||
# Both version can live side by side (they end up in a different directory)
|
||||
# However, since clang does not provide a multilib package, only test 32 bits with g++
|
||||
if [ ${{ matrix.compiler }} == "g++" ]; then
|
||||
./dmd/compiler/src/build.d install -j2 MODEL=32
|
||||
make -C dmd/druntime -f posix.mak install -j2 MODEL=32
|
||||
make -C dmd/druntime install -j2 MODEL=32
|
||||
make -C phobos -f posix.mak install -j2 MODEL=32
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue