Skip to content

Commit

Permalink
Workaround in den for GCC 14 C++ bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jul 29, 2024
1 parent 23c8525 commit 5e15e40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ commit = "56bbdc008e16996b6f76e443fd0165a240de1b13"

[pins.den]
url = "https://github.com/mosteo/den"
commit = "a277b897c346e1ba326233b654354ff91ab93de0"
commit = "58eaaa99a4db8117295681919310ee073d5e7ddc"

[pins.dirty_booleans]
url = "https://github.com/mosteo/dirty_booleans"
Expand Down
15 changes: 3 additions & 12 deletions scripts/ci-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ gnatls -v
echo ............................

echo "ALR VERSION (at $(which alr)):"
ls -alF bin
chmod +x bin/alr*
alr -d version || \
alr -vv -d version || \
bin/alr -d version || \
bin/alr.exe -d version || true
alr -d version
echo ............................

# Set up index if not default:
Expand All @@ -68,15 +63,11 @@ fi

echo "ALR SETTINGS (global):"
alr settings --global
echo ............................

echo ALR SEARCH:
# List releases for the record
alr -q -d search --list --external || \
{
echo "Failed to list releases, retrying verbosely..."
alr -vv -d search --list --external
exit 1;
}
alr -q -d search --list --external
echo ............................

echo TESTSUITE:
Expand Down

0 comments on commit 5e15e40

Please sign in to comment.