Skip to content

Commit 2bfbbf1

Browse files
yahondaclaude
andcommitted
Drop libaio symlink step from CI workflows
Instant Client 19.10+ no longer requires libaio on Linux x86-64, so the workaround for the Ubuntu 24.04 libaio.so.1t64 rename is unnecessary once we install Instant Client from the zip archives instead of the rpm (which historically pulled libaio in as an rpm dependency). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c12612 commit 2bfbbf1

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "4.0"
27-
- name: Create symbolic link for libaio library compatibility
28-
run: |
29-
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
3027
- name: Download Oracle instant client
3128
run: |
3229
wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
uses: ruby/setup-ruby@v1
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
58-
- name: Create symbolic link for libaio library compatibility
59-
run: |
60-
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
6158
- name: Download Oracle instant client
6259
run: |
6360
wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip

.github/workflows/test_11g.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
uses: ruby/setup-ruby@v1
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
58-
- name: Create symbolic link for libaio library compatibility
59-
run: |
60-
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
6158
- name: Download Oracle instant client
6259
run: |
6360
wget -q https://download.oracle.com/otn_software/linux/instantclient/2115000/instantclient-basic-linux.x64-21.15.0.0.0dbru.zip

.github/workflows/test_gemfiles.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
uses: ruby/setup-ruby@v1
6666
with:
6767
ruby-version: ${{ matrix.ruby }}
68-
- name: Create symbolic link for libaio library compatibility
69-
run: |
70-
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
7168
- name: Download Oracle instant client
7269
run: |
7370
wget -q https://download.oracle.com/otn_software/linux/instantclient/2326100/instantclient-basic-linux.x64-23.26.1.0.0.zip

0 commit comments

Comments
 (0)