Skip to content

Commit

Permalink
updates the url of the testing repo to use the encrypted version (Bin…
Browse files Browse the repository at this point in the history
…aryAnalysisPlatform#1399)

The unencrypted git protocol is [no longer supported][1] by GitHub.

[1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/
  • Loading branch information
ivg authored Jan 11, 2022
1 parent 7ba8a65 commit 3eb295d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dune-cache: true

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Pin OASIS
run: opam pin add oasis https://github.com/BinaryAnalysisPlatform/oasis.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
dune-cache: ${{ matrix.os != 'macos-latest' }}

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Pin BAP
run: opam pin add bap . --no-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-from-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install libghidra-data -y
- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Install system dependencies
run: opam depext -u bap-extra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install libghidra-data -y
- name: Add the Testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing
- name: Install System Dependencies
run: opam depext -u bap-extra

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt-get install libghidra-data -y
- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing
- name: Build deb packages
run: ./tools/release.sh ${{ env.VERSION }}

Expand Down

0 comments on commit 3eb295d

Please sign in to comment.