diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f9dd36..4c0382e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,26 +7,17 @@ orbs: workflows: pack-qt-libs: jobs: - - build + - pack-qt jobs: - build: - executor: linux + pack-qt: + machine: + image: ubuntu-2204:2023.07.1 + executor: node/default resource_class: arm.medium steps: - - checkout - - node/install: - node-version: 22.9.0 - install-yarn: false - - node/install-packages: - pkg-manager: npm - run: python -m pip install --upgrade pip setuptools - run: python -m pip install aqtinstall - # python -m pip install pyqt5-sip - # python -m pip install pyqt5 --config-settings --confirm-license= --verbose - # python -m pip install "anki == 24.06.3" - # python -m pip install "aqt == 24.6.3" - # python -m pip install "aqt == 24.6.3" - run: aqt install-qt --outputdir ~/Qt linux_arm64 desktop 6.8.0 linux_gcc_arm64 - run: echo LSLSLSLSLLSLSLSLSLSLLS - run: ls ~ @@ -40,3 +31,5 @@ jobs: - run: src/qt-copy-linux.sh ~/qt_tmp ~/Qt/gcc_arm64 - run: cd ~/qt_tmp - run: tar -czf ../aarch64.gz * + - run: echo LSLSLSLSLLSLSLSLSLSLLS + - run: ls ~