Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames committed Feb 3, 2025
1 parent 1056bb3 commit 65c7166
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
with:
distribution: corretto
java-version: 17
# Pinning to Python 3.11 see below for more details
# https://github.com/smithy-lang/smithy-rs/pull/3978
# - name: Configure Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.11'
- name: Stop nginx
run: sudo systemctl stop nginx
- name: Checkout smithy-rs
Expand Down
4 changes: 0 additions & 4 deletions tools/ci-scripts/configure-tls/configure-badtls
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

set -euxo pipefail

# sudo python3 -m pip install git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8
# Two lines below should show where pip installs packages and where python looks for them
pip -V
python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])'
sudo python3 -m pip install certbuilder crlbuilder
python3 scripts/generate.py badtls.test
sudo mkdir /etc/nginx/tls || true
Expand Down

0 comments on commit 65c7166

Please sign in to comment.