File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export EMBEDPY_VERSION
99conda build conda-recipe --output -c $CNDCHN > packagenames.txt
1010conda build -c $CNDCHN conda-recipe --no-long-test-prefix --no-include-recipe
1111set +x
12- CONDATOKEN=$( gpg -d --batch $P /condauploadtoken.gpg)
12+ CONDATOKEN=$( gpg -d $P /condauploadtoken.gpg)
1313for pack in $( cat packagenames.txt)
1414do
1515 anaconda -t $CONDATOKEN upload -l dev $pack
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ P ?= $(HOME)/.gitlab-runner
1313KDBF ?= kdb-4.0-20221202.tar.bz2
1414KDBURL := https://anaconda.org/kx/kdb/4.0/download/$(CNDPLAT ) /$(KDBF )
1515CNDENV := bld_$(platform )
16- CNDCHN ?= kx
16+ CNDCHN ?= kx/label/dev
1717# prereqs
1818q : $(P ) /q/$(platform ) /q
1919# strip conda rpaths
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ USER kx
7373RUN . /opt/conda/etc/profile.d/conda.sh \
7474&& conda create -y -n kx python --no-default-packages \
7575 && conda activate kx \
76- && conda install -c kx kdb \
76+ && conda install -c kx/label/dev kdb \
7777 && ln -s -t $QHOME/l64 /opt/kx/embedPy/l64/p.so \
7878 && ln -s -t $QHOME /opt/kx/embedPy/p.q /opt/kx/embedPy/p.k
7979
You can’t perform that action at this time.
0 commit comments