Skip to content

Commit a261fa6

Browse files
committed
[Build] Reinstate i686 32bit linux build
1 parent d674ed1 commit a261fa6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-factory.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -303,26 +303,26 @@ jobs:
303303
- name: Install Required Packages
304304
run: |
305305
sudo apt-get update
306-
sudo apt-get install -y python3-zmq libboost-dev
306+
sudo apt-get install -y python3-zmq libboost-all-dev libevent-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
307307
sudo add-apt-repository ppa:bitcoin/bitcoin
308308
sudo apt-get update
309309
sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
310310
- name: Build Dependencies
311311
run: make -C depends -j$(nproc)
312312
working-directory: ${{ env.SOURCE_ARTIFACT }}
313-
# - name: Build Veil
314-
# run: |
315-
# ./configure --disable-jni --prefix=$(realpath depends/i686-pc-linux-gnu) --with-boost-libdir=/usr/lib/x86_64-linux-gnu
316-
# make -j$(nproc)
317-
# working-directory: ${{ env.SOURCE_ARTIFACT }}
318-
# - name: Prepare Files for Artifact
319-
# run: |
320-
# mkdir -p $ARTIFACT_DIR
321-
# strip $SOURCE_ARTIFACT/src/{veil-cli,veil-tx,veild,qt/veil-qt}
322-
# mv $SOURCE_ARTIFACT/src/{veil-cli,veil-tx,veild,qt/veil-qt} $ARTIFACT_DIR
323-
# - name: Upload Artifact
324-
# uses: actions/upload-artifact@v1
325-
# with:
326-
# name: ${{ env.ARTIFACT_DIR }}
327-
# path: ${{ env.ARTIFACT_DIR }}
313+
- name: Build Veil
314+
run: |
315+
./configure --disable-jni --prefix=$(realpath depends/i686-pc-linux-gnu)
316+
make -j$(nproc)
317+
working-directory: ${{ env.SOURCE_ARTIFACT }}
318+
- name: Prepare Files for Artifact
319+
run: |
320+
mkdir -p $ARTIFACT_DIR
321+
strip $SOURCE_ARTIFACT/src/{veil-cli,veil-tx,veild,qt/veil-qt}
322+
mv $SOURCE_ARTIFACT/src/{veil-cli,veil-tx,veild,qt/veil-qt} $ARTIFACT_DIR
323+
- name: Upload Artifact
324+
uses: actions/upload-artifact@v1
325+
with:
326+
name: ${{ env.ARTIFACT_DIR }}
327+
path: ${{ env.ARTIFACT_DIR }}
328328

0 commit comments

Comments
 (0)