Skip to content

Commit

Permalink
Merge branch 'master' of github.com:highperformancecoder/minsky
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed May 15, 2024
2 parents 952b757 + 166dafa commit 333c9d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion obsCheck/Dockerfile-leap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN zypper --gpg-auto-import-keys refresh
RUN zypper --non-interactive install $project
RUN useradd -m minsky
RUN su - minsky -c "minsky --version --no-sandbox"
#RUN python3 -c "import pyminsky"
RUN python3 -c "import pyminsky"
2 changes: 1 addition & 1 deletion obsCheck/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN apt-get update -qq -y
RUN apt-get install -y --allow-unauthenticated $project
RUN useradd -m minsky
#RUN su - minsky -c "minsky --version --no-sandbox"
#RUN python3 -c "import pyminsky"
RUN python3 -c "import pyminsky"
4 changes: 2 additions & 2 deletions obsCheck/smokeTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fi
rm *.log
for i in Dockerfile-*[^~]; do
case $i in
Dockerfile-debian) versions="10 11 12";;
Dockerfile-ubuntu) versions="20.04 22.04 23.04 23.10";;
Dockerfile-debian) versions="11 12";;
Dockerfile-ubuntu) versions="22.04 23.04 23.10 24.04";;
Dockerfile-fedora) versions="37 38 39";;
Dockerfile-leap) versions="15.4 15.5";;
*) versions=default;;
Expand Down

0 comments on commit 333c9d1

Please sign in to comment.