Skip to content

Commit

Permalink
Symmetry: Switch to custom dub and reggae with inheritable dub.select…
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Apr 14, 2024
1 parent c7e16ee commit d7b6115
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ packaging_steps_template: &PACKAGING_STEPS_TEMPLATE
build_dub_script: |
cd $CIRRUS_WORKING_DIR/..
export DMD=$PWD/installed/bin/ldmd2
git clone --recursive https://github.com/dlang/dub.git
git clone --recursive https://github.com/symmetryinvestments/dub.git
cd dub
git checkout "$(cat $CIRRUS_WORKING_DIR/packaging/dub_version)"
$DMD -run build.d -O -w -linkonce-templates
Expand All @@ -134,7 +134,7 @@ packaging_steps_template: &PACKAGING_STEPS_TEMPLATE
# Build & copy reggae
build_reggae_script: |
cd $CIRRUS_WORKING_DIR/..
git clone --recursive https://github.com/atilaneves/reggae.git
git clone --recursive https://github.com/symmetryinvestments/reggae.git
cd reggae
git checkout "$(cat $CIRRUS_WORKING_DIR/packaging/reggae_version)"
# needs rdmd in PATH
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/7-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
run: |
set -eux
cd ..
git clone --recursive https://github.com/dlang/dub.git
git clone --recursive https://github.com/symmetryinvestments/dub.git
cd dub
git checkout "$(cat ../ldc/packaging/dub_version)"
Expand Down Expand Up @@ -60,7 +60,7 @@ runs:
run: |
set -eux
cd ..
git clone --recursive https://github.com/atilaneves/reggae.git
git clone --recursive https://github.com/symmetryinvestments/reggae.git
cd reggae
git checkout "$(cat ../ldc/packaging/reggae_version)"
Expand Down
2 changes: 1 addition & 1 deletion packaging/dub_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.37.0
90fff3ef36c291668d220d20809b7196d48a827d
2 changes: 1 addition & 1 deletion packaging/reggae_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5260790492c465eedde921080952ea34bb14c524
c2d4187902494a93152b3ad6bdcb26d40f2bda09

0 comments on commit d7b6115

Please sign in to comment.