Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • selsky/ntpsec
  • armbiant/gnome-ntpsec
  • smallm/ntpsec
  • devicenull/ntpsec
  • paelzer/ntpsec
  • mvangund/ntpsec
  • fe051/ntpsec
  • ollie314/ntpsec
  • rlaager/ntpsec
  • fhgwright/ntpsec
  • phirephly/ntpsec
  • Omnifarious/ntpsec
  • ghane/ntpsec
  • antranigv/ntpsec
  • pakarsolusitelematika/ntpsec
  • ianbruene/ntpsec
  • wingel/ntpsec
  • katyaBeck/ntpsec
  • akumiszcza/ntpsec
  • rouing/ntpsec
  • NTPsec/ntpsec
  • mlichvar/ntpsec
  • ktims/ntpsec
  • fararano.kevin/ntpsec
  • phillipcharleshart/ntpsec
  • SPACE001/ntpsec
  • thomasdstewart/ntpsec
  • testsleeek/ntpsec
  • NeatNerdPrime/ntpsec
  • marcinbrodowski35/ntpsec
  • AbbasDev/ntpsec
  • jurgen.xhelo/ntpsec
  • Wan10/ntpsec
  • BrnoPCmaniak/ntpsec
  • anastrophe/ntpsec
  • georgyo/ntpsec
  • mikie.simpson/ntpsec
  • OptimalRanging/ntpsec
  • toofishes/ntpsec
  • Jandrusk/ntpsec
  • sdwalker/ntpsec
  • mnordhoff/ntpsec
  • cjmayo/ntpsec
  • micromax/ntpsec
  • tychotithonus/ntpsec
  • ddrown/ntpsec
  • brendanbank/ntpsec
  • jh23453/ntpsec
  • samifarin/ntpsec
  • miller24joseph/ntpsec
  • AZDNice/ntpsec
  • lnceballos/ntpsec
  • gabriel-ku/ntpsec
  • psreport/ntpsec
  • thesamesam/ntpsec
  • alexk7/ntpsec
  • RRZEFox/ntpsec
  • m_by/ntpsec
  • jameshilliard/ntpsec
  • daemoneye/ntpsec
  • xgerault/ntpsec
  • permanent-vacations/ntpsec
  • o.zeynalpour/ntpsec
  • ravi.love.nippy/ntpsec
  • jhamlin96/ntpsec
  • abaehr/ntpsec
  • accidentallythecable-public/forks/ntpsec
  • james.jstroud/ntpsec
  • youwt19821020/ntpsec-no-root
  • jamesb_fe80/ntpsec
  • demsjf8/ntpsec
  • yegorich/ntpsec
  • 1963bib/ntpsec
  • armbiant/gnome-ntp
  • chucalu/ntpsec
  • folkertvanheusden/ntpsec
  • mktyler/ntpsec
  • 19bcs2794/ntpsec
  • LOCNNIL/ntpsec
  • lifeofguenter/ntpsec
  • trv-n/ntpsec-trimble-3
  • szepeviktor/ntpsec
  • lightswitch05/ntpsec
  • m_msft/ntpsec
84 results
Show changes
Commits on Source (4)
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
FROM i386/debian:stable-slim FROM i386/debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev libbsd-dev RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update RUN apt-get update
RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev libbsd-dev libavahi-compat-libdnssd-dev RUN apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python3-dev libbsd-dev libavahi-compat-libdnssd-dev
...@@ -34,6 +34,11 @@ include: ...@@ -34,6 +34,11 @@ include:
<<: *job_definition <<: *job_definition
allow_failure: true allow_failure: true
.macos_saas_runners:
tags:
- saas-macos-medium-m1
image: macos-12-xcode-14
alpine-basic: alpine-basic:
<<: *job_definition <<: *job_definition
image: $CI_REGISTRY/ntpsec/ntpsec/alpine image: $CI_REGISTRY/ntpsec/ntpsec/alpine
...@@ -371,7 +376,8 @@ coverity-scan: ...@@ -371,7 +376,8 @@ coverity-scan:
macos-basic: macos-basic:
<<: *job_definition <<: *job_definition
image: macos-12-xcode-14 extends:
- .macos_saas_runners
script: script:
- PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage build --pyshebang "/usr/bin/env python3" - PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage build --pyshebang "/usr/bin/env python3"
- DESTDIR=build/prison python ./waf install - DESTDIR=build/prison python ./waf install
...@@ -380,18 +386,15 @@ macos-basic: ...@@ -380,18 +386,15 @@ macos-basic:
- sudo python ./waf install - sudo python ./waf install
- sudo python ./waf uninstall - sudo python ./waf uninstall
- rm -rvf build/prison ./prison ../prison - rm -rvf build/prison ./prison ../prison
tags:
- saas-macos-medium-m1
rules: rules:
- if: '$CI_COMMIT_BRANCH && $CI_PROJECT_PATH == "NTPsec/ntpsec"' - if: '$CI_COMMIT_BRANCH && $CI_PROJECT_PATH == "NTPsec/ntpsec"'
macos-refclocks: macos-refclocks:
<<: *job_definition <<: *job_definition
image: macos-12-xcode-14 extends:
- .macos_saas_runners
script: script:
- PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage --refclock=all build || cat build/config.log - PKG_CONFIG_PATH=${HOMEBREW_PREFIX}/opt/openssl/lib/pkgconfig python ./waf configure --disable-doc --disable-manpage --refclock=all build || cat build/config.log
tags:
- saas-macos-medium-m1
rules: rules:
- if: '$CI_COMMIT_BRANCH && $CI_PROJECT_PATH == "NTPsec/ntpsec"' - if: '$CI_COMMIT_BRANCH && $CI_PROJECT_PATH == "NTPsec/ntpsec"'
......
...@@ -58,11 +58,11 @@ fedora-latest-options-tester: ...@@ -58,11 +58,11 @@ fedora-latest-options-tester:
<<: *option_tester <<: *option_tester
opensuse-leap-options-tester: opensuse-leap-options-tester:
<<: *option_tester <<: *option_tester_py3_only
image: opensuse/leap image: opensuse/leap
allow_failure: true allow_failure: true
script: script:
- zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses libseccomp-devel python3-devel python3-curses bash - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel libseccomp-devel python3-devel python3-curses bash
gentoo-options-tester: gentoo-options-tester:
<<: *option_tester <<: *option_tester
...@@ -125,7 +125,7 @@ freebsd-options-tester: ...@@ -125,7 +125,7 @@ freebsd-options-tester:
needs: [] needs: []
script: script:
- apt-get update - apt-get update
- apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python-dev python-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal - apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python2-dev python2-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
- PYTHON=python bash tests/option-tester.sh - PYTHON=python bash tests/option-tester.sh
- PYTHON=python3 bash tests/option-tester.sh - PYTHON=python3 bash tests/option-tester.sh
tags: tags:
...@@ -135,7 +135,7 @@ freebsd-options-tester: ...@@ -135,7 +135,7 @@ freebsd-options-tester:
debian-i386-options-tester: debian-i386-options-tester:
image: i386/debian:stable-slim image: i386/debian:stable-slim
<<: *deb_option_tester <<: *deb_option_tester_py3_only
debian-oldstable-options-tester: debian-oldstable-options-tester:
image: debian:oldstable-slim image: debian:oldstable-slim
...@@ -143,7 +143,7 @@ debian-oldstable-options-tester: ...@@ -143,7 +143,7 @@ debian-oldstable-options-tester:
debian-stable-options-tester: debian-stable-options-tester:
image: debian:stable-slim image: debian:stable-slim
<<: *deb_option_tester <<: *deb_option_tester_py3_only
debian-testing-options-tester: debian-testing-options-tester:
image: debian:testing-slim image: debian:testing-slim
......