Skip to content

Commit ee534a9

Browse files
committed
restore
1 parent 195a60b commit ee534a9

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

.github/workflows/bootstrap.yml

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,29 @@ env:
1818
DEBUG: "1"
1919

2020
jobs:
21-
# bootstrap:
22-
# runs-on: ubuntu-22.04
23-
# timeout-minutes: 60
24-
# env:
25-
# DEVENV_FETCH_BRANCH: master
26-
# SNTY_DEVENV_BRANCH:
27-
# "${{ github.event.pull_request && github.head_ref || github.ref_name }}"
28-
# steps:
29-
# - uses: actions/checkout@v4
30-
# - name: install
31-
# run: |
32-
# set -u
33-
# : should be able to be run from anywhere:
34-
# repo=$PWD
35-
# mv install-devenv.sh /tmp
36-
# cd /tmp
37-
# ./install-devenv.sh < $repo/ci/install-devenv-checks.sh
38-
# - name: bootstrap sentry
39-
# run: ./ci/devenv-bootstrap.sh
21+
bootstrap:
22+
runs-on: ubuntu-22.04
23+
timeout-minutes: 30
24+
env:
25+
DEVENV_FETCH_BRANCH: master
26+
SNTY_DEVENV_BRANCH:
27+
"${{ github.event.pull_request && github.head_ref || github.ref_name }}"
28+
steps:
29+
- uses: actions/checkout@v4
30+
- name: install
31+
run: |
32+
set -u
33+
: should be able to be run from anywhere:
34+
repo=$PWD
35+
mv install-devenv.sh /tmp
36+
cd /tmp
37+
./install-devenv.sh < $repo/ci/install-devenv-checks.sh
38+
- name: bootstrap sentry
39+
run: ./ci/devenv-bootstrap.sh
4040

4141
bootstrap-macos:
42-
# This job takes half an hour and costs a lot of money.
43-
# Let's just run on main commits.
44-
#if: ${{ github.ref == 'refs/heads/main' }}
4542
runs-on: macos-15
46-
timeout-minutes: 60
43+
timeout-minutes: 30
4744
env:
4845
DEVENV_FETCH_BRANCH: master
4946
SNTY_DEVENV_BRANCH:

0 commit comments

Comments
 (0)