Skip to content

Commit e547f23

Browse files
committed
build docker and embedpy conda packages off kx/label/dev kdb+ conda packages
1 parent fa99f7b commit e547f23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export EMBEDPY_VERSION
99
conda build conda-recipe --output -c $CNDCHN > packagenames.txt
1010
conda build -c $CNDCHN conda-recipe --no-long-test-prefix --no-include-recipe
1111
set +x
12-
CONDATOKEN=$(gpg -d --batch $P/condauploadtoken.gpg)
12+
CONDATOKEN=$(gpg -d $P/condauploadtoken.gpg)
1313
for pack in $(cat packagenames.txt)
1414
do
1515
anaconda -t $CONDATOKEN upload -l dev $pack

ci/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ P ?= $(HOME)/.gitlab-runner
1313
KDBF ?= kdb-4.0-20221202.tar.bz2
1414
KDBURL := https://anaconda.org/kx/kdb/4.0/download/$(CNDPLAT)/$(KDBF)
1515
CNDENV := bld_$(platform)
16-
CNDCHN ?= kx
16+
CNDCHN ?= kx/label/dev
1717
#prereqs
1818
q: $(P)/q/$(platform)/q
1919
#strip conda rpaths

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ USER kx
7373
RUN . /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

0 commit comments

Comments
 (0)