Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Explicitly set ktls_available for camblet
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken authored Mar 5, 2024
1 parent e2c8a7c commit 89ed1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: camblet-driver
run: |
sudo modprobe tls
sudo modprobe camblet
sudo modprobe camblet ktls_available=1
sudo dmesg -T
# - name: Setup upterm session
Expand All @@ -93,4 +93,4 @@ jobs:
- name: Run proxy-wasm smoke test with bearSSL
uses: ./camblet-driver/.github/actions/smoketest
timeout-minutes: 1
timeout-minutes: 1

0 comments on commit 89ed1a4

Please sign in to comment.