-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run copy_from_upstream and test (#1589)
* update docs from copy_from_upstream * move cleanup code to the end to ensure documentation patches survive
- Loading branch information
Showing
5 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ jobs: | |
git config --global user.name "ciuser" && \ | ||
git config --global user.email "[email protected]" && \ | ||
export LIBOQS_DIR=`pwd` && \ | ||
git config --global --add safe.directory $LIBOQS_DIR && \ | ||
cd scripts/copy_from_upstream && \ | ||
! pip3 install -r requirements.txt 2>&1 | grep ERROR && \ | ||
python3 copy_from_upstream.py copy && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.