Skip to content

Commit

Permalink
[circleci]: Merge the 'Install gdb' step into .circleci/run.sh instal…
Browse files Browse the repository at this point in the history
…l_deps
  • Loading branch information
PetarKirov committed Aug 29, 2019
1 parent de6c26e commit 2a57ec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- run:
command: ./.circleci/run.sh setup-repos
name: Clone DMD & DRuntime
- run:
command: sudo apt-get update && sudo apt-get install -y gdb
name: Install gdb
- run:
command: ./.circleci/run.sh publictests
name: Run all public unittests
Expand Down
2 changes: 1 addition & 1 deletion .circleci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_deps() {
sudo apt-get install g++-multilib
fi
# required for: "core.time.TimeException@std/datetime/timezone.d(2073): Directory /usr/share/zoneinfo/ does not exist."
sudo apt-get install --reinstall tzdata
sudo apt-get install --reinstall tzdata gdb

for i in {0..4}; do
if curl -fsS -A "$CURL_USER_AGENT" --max-time 5 https://dlang.org/install.sh -O ||
Expand Down

0 comments on commit 2a57ec3

Please sign in to comment.