Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates the url of the testing repo to use the encrypted version #1399

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-repo.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-from-opam.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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 }}