Skip to content

Commit dbdc985

Browse files
committed
[NRL-1179] Remove ASDF from build workflow. Switch ci build image to use ASDF v0.13.1 like previous builds
1 parent 57e336c commit dbdc985

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/daily-build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@ jobs:
2727
with:
2828
ref: ${{ github.ref }}
2929

30-
- name: Setup asdf cache
31-
uses: actions/cache@v4
32-
with:
33-
path: ~/.asdf
34-
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
35-
restore-keys: |
36-
${{ runner.os }}-asdf-
37-
38-
- name: Install asdf
39-
uses: asdf-vm/actions/[email protected]
40-
with:
41-
asdf_branch: v0.13.1
42-
43-
- name: Install zip
44-
run: sudo apt-get install zip
45-
4630
- name: Setup Python environment
4731
run: |
4832
poetry install --no-root

Dockerfile.ci-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt update && \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
WORKDIR /root
16-
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 && \
16+
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
1717
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc && \
1818
echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc && \
1919
echo "export ASDF_DIR=$HOME/.asdf" >> ~/.bashrc && \

0 commit comments

Comments
 (0)