Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions projects/cirq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ RUN git clone \

WORKDIR $SRC/Cirq

# Install pip dependencies.
# Install pip dependencies and Cirq modules.
RUN export PIP_ROOT_USER_ACTION=ignore && \
pip3 install --upgrade pip && \
pip3 install -r dev_tools/requirements/dev.env.txt

# Install Cirq-related modules.
RUN export PIP_ROOT_USER_ACTION=ignore && \
pip3 install --no-cache-dir \
./cirq-core \
./cirq-aqt \
Expand Down
3 changes: 0 additions & 3 deletions projects/hpn-ssh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
#
################################################################################

git pull --all
git checkout dev_minor

# Enable null cipher
sed -i 's/#define CFLAG_INTERNAL.*/#define CFLAG_INTERNAL 0/' cipher.c

Expand Down
Loading